Linux Kernel
3.7.1
|
#include <ib_verbs.h>
Data Fields | |
struct ib_device * | device |
struct ib_pd * | pd |
struct ib_uobject * | uobject |
void(* | event_handler )(struct ib_event *, void *) |
void * | srq_context |
enum ib_srq_type | srq_type |
atomic_t | usecnt |
union { | |
struct { | |
struct ib_xrcd * xrcd | |
struct ib_cq * cq | |
u32 srq_num | |
} xrc | |
} | ext |
Definition at line 944 of file ib_verbs.h.
Definition at line 956 of file ib_verbs.h.
Definition at line 945 of file ib_verbs.h.
void(* event_handler)(struct ib_event *, void *) |
Definition at line 948 of file ib_verbs.h.
union { ... } ext |
Definition at line 946 of file ib_verbs.h.
void* srq_context |
Definition at line 949 of file ib_verbs.h.
u32 srq_num |
Definition at line 957 of file ib_verbs.h.
enum ib_srq_type srq_type |
Definition at line 950 of file ib_verbs.h.
struct ib_uobject* uobject |
Definition at line 947 of file ib_verbs.h.
atomic_t usecnt |
Definition at line 951 of file ib_verbs.h.
struct { ... } xrc |
Definition at line 955 of file ib_verbs.h.