iPXE
|
#include <golan.h>
Data Fields | |
struct golan_recv_wqe_ud * | wqes |
int | size |
u16 | next_idx |
struct ib_global_route_header * | grh |
GRH buffers (if applicable) More... | |
size_t | grh_size |
Size of GRH buffers. More... | |
struct golan_recv_wqe_ud* golan_recv_wq::wqes |
Definition at line 160 of file golan.h.
Referenced by golan_create_qp_aux(), and golan_post_recv().
int golan_recv_wq::size |
Definition at line 162 of file golan.h.
Referenced by golan_create_qp_aux().
struct ib_global_route_header* golan_recv_wq::grh |
GRH buffers (if applicable)
Definition at line 166 of file golan.h.
Referenced by golan_complete(), golan_create_qp_aux(), and golan_post_recv().
size_t golan_recv_wq::grh_size |