|
Linux Kernel
3.7.1
|
#include <ib_verbs.h>
Data Fields | |
| void(* | event_handler )(struct ib_event *, void *) |
| void * | qp_context |
| struct ib_cq * | send_cq |
| struct ib_cq * | recv_cq |
| struct ib_srq * | srq |
| struct ib_xrcd * | xrcd |
| struct ib_qp_cap | cap |
| enum ib_sig_type | sq_sig_type |
| enum ib_qp_type | qp_type |
| enum ib_qp_create_flags | create_flags |
| u8 | port_num |
Definition at line 622 of file ib_verbs.h.
Definition at line 629 of file ib_verbs.h.
| enum ib_qp_create_flags create_flags |
Definition at line 632 of file ib_verbs.h.
| void(* event_handler)(struct ib_event *, void *) |
Definition at line 623 of file ib_verbs.h.
| u8 port_num |
Definition at line 633 of file ib_verbs.h.
| void* qp_context |
Definition at line 624 of file ib_verbs.h.
| enum ib_qp_type qp_type |
Definition at line 631 of file ib_verbs.h.
Definition at line 626 of file ib_verbs.h.
Definition at line 625 of file ib_verbs.h.
| enum ib_sig_type sq_sig_type |
Definition at line 630 of file ib_verbs.h.
Definition at line 627 of file ib_verbs.h.
Definition at line 628 of file ib_verbs.h.
1.8.2