iPXE
|
#include <golan.h>
Data Fields | |
void * | wqes |
int | size |
struct golan_recv_wq | rq |
struct golan_send_wq | sq |
struct golan_qp_db * | doorbell_record |
u32 | doorbell_qpn |
enum golan_ib_qp_state | state |
void* golan_queue_pair::wqes |
Definition at line 180 of file golan.h.
Referenced by golan_create_qp_aux(), and golan_destroy_qp().
int golan_queue_pair::size |
Definition at line 181 of file golan.h.
Referenced by golan_create_qp_aux().
struct golan_recv_wq golan_queue_pair::rq |
Definition at line 182 of file golan.h.
Referenced by golan_complete(), golan_create_qp_aux(), and golan_post_recv().
struct golan_send_wq golan_queue_pair::sq |
Definition at line 183 of file golan.h.
Referenced by golan_create_qp_aux(), and golan_post_send().
struct golan_qp_db* golan_queue_pair::doorbell_record |
Definition at line 184 of file golan.h.
Referenced by golan_create_qp_aux(), golan_destroy_qp(), golan_post_recv(), and golan_post_send().
u32 golan_queue_pair::doorbell_qpn |
Definition at line 185 of file golan.h.
Referenced by golan_create_qp_aux(), and golan_post_send().
enum golan_ib_qp_state golan_queue_pair::state |
Definition at line 186 of file golan.h.
Referenced by golan_create_qp_aux(), golan_destroy_qp(), golan_modify_qp(), and golan_modify_qp_to_rst().