libmooshika
|
data size and content to send/just received More...
#include <mooshika.h>
Data Fields | |
uint32_t | max_size |
size of the data field More... | |
uint32_t | size |
size of the data to actually send/read More... | |
uint8_t * | data |
opaque data More... | |
struct msk_data * | next |
For recv/sends with multiple elements, used as a linked list. More... | |
struct ibv_mr * | mr |
enum ibv_wc_status | status |
work completion status, set upon reception of work completion More... | |
data size and content to send/just received
uint8_t* msk_data::data |
opaque data
Referenced by callback_recv(), handle_trans(), and main().
uint32_t msk_data::max_size |
size of the data field
Referenced by handle_trans(), and main().
struct ibv_mr* msk_data::mr |
Referenced by handle_trans(), and main().
struct msk_data* msk_data::next |
For recv/sends with multiple elements, used as a linked list.
Referenced by main().
uint32_t msk_data::size |
size of the data to actually send/read
Referenced by callback_recv(), handle_trans(), and main().
enum ibv_wc_status msk_data::status |
work completion status, set upon reception of work completion