nm_onesided_target_completion_s Struct Reference
status of a target-side completion More...
#include <nm_onesided_private.h>
Collaboration diagram for nm_onesided_target_completion_s:

Data Fields | |
| struct nm_onesided_s * | p_onesided |
| nm_len_t | op_size |
| size of the onesided operation | |
| nm_onesided_flag_t | op |
| opcode of the associated onesided operation | |
| uintptr_t | addr |
| address of the onesided operation | |
| nm_len_t | target_size |
| size of the completion data | |
| char | target_buf [64] |
| data for the completion request | |
Detailed Description
status of a target-side completion
Definition at line 74 of file nm_onesided_private.h.
Field Documentation
◆ addr
| uintptr_t nm_onesided_target_completion_s::addr |
address of the onesided operation
Definition at line 79 of file nm_onesided_private.h.
◆ op
| nm_onesided_flag_t nm_onesided_target_completion_s::op |
opcode of the associated onesided operation
Definition at line 78 of file nm_onesided_private.h.
◆ op_size
| nm_len_t nm_onesided_target_completion_s::op_size |
size of the onesided operation
Definition at line 77 of file nm_onesided_private.h.
◆ p_onesided
| struct nm_onesided_s* nm_onesided_target_completion_s::p_onesided |
Definition at line 76 of file nm_onesided_private.h.
◆ target_buf
| char nm_onesided_target_completion_s::target_buf[64] |
data for the completion request
Definition at line 81 of file nm_onesided_private.h.
◆ target_size
| nm_len_t nm_onesided_target_completion_s::target_size |
size of the completion data
Definition at line 80 of file nm_onesided_private.h.
The documentation for this struct was generated from the following file: