Linux Kernel
3.7.1
|
#include <ib_verbs.h>
Data Fields | |
struct ib_device * | device |
struct ib_pd * | pd |
struct ib_cq * | send_cq |
struct ib_cq * | recv_cq |
struct ib_srq * | srq |
struct ib_xrcd * | xrcd |
struct list_head | xrcd_list |
atomic_t | usecnt |
struct list_head | open_list |
struct ib_qp * | real_qp |
struct ib_uobject * | uobject |
void(* | event_handler )(struct ib_event *, void *) |
void * | qp_context |
u32 | qp_num |
enum ib_qp_type | qp_type |
Definition at line 962 of file ib_verbs.h.
Definition at line 963 of file ib_verbs.h.
void(* event_handler)(struct ib_event *, void *) |
Definition at line 974 of file ib_verbs.h.
Definition at line 971 of file ib_verbs.h.
Definition at line 964 of file ib_verbs.h.
void* qp_context |
Definition at line 975 of file ib_verbs.h.
u32 qp_num |
Definition at line 976 of file ib_verbs.h.
enum ib_qp_type qp_type |
Definition at line 977 of file ib_verbs.h.
Definition at line 972 of file ib_verbs.h.
Definition at line 966 of file ib_verbs.h.
Definition at line 965 of file ib_verbs.h.
Definition at line 967 of file ib_verbs.h.
struct ib_uobject* uobject |
Definition at line 973 of file ib_verbs.h.
atomic_t usecnt |
Definition at line 970 of file ib_verbs.h.
Definition at line 968 of file ib_verbs.h.
Definition at line 969 of file ib_verbs.h.