corosync  2.4.2-dirty
Data Fields
recv_buf Struct Reference
Collaboration diagram for recv_buf:
Collaboration graph
[legend]

Data Fields

struct list_head list_all
 
struct ibv_recv_wr recv_wr
 
struct ibv_sge sge
 
struct ibv_mr * mr
 
char buffer [MAX_MTU_SIZE+sizeof(struct ibv_grh)]
 

Detailed Description

Definition at line 233 of file totemiba.c.

Field Documentation

◆ buffer

char recv_buf::buffer[MAX_MTU_SIZE+sizeof(struct ibv_grh)]

Definition at line 238 of file totemiba.c.

◆ list_all

struct list_head recv_buf::list_all

Definition at line 234 of file totemiba.c.

◆ mr

struct ibv_mr* recv_buf::mr

Definition at line 237 of file totemiba.c.

◆ recv_wr

struct ibv_recv_wr recv_buf::recv_wr

Definition at line 235 of file totemiba.c.

◆ sge

struct ibv_sge recv_buf::sge

Definition at line 236 of file totemiba.c.


The documentation for this struct was generated from the following file: