Linux Kernel
3.7.1
|
#include <ib_verbs.h>
Data Fields | |
void(* | event_handler )(struct ib_event *, void *) |
void * | srq_context |
struct ib_srq_attr | attr |
enum ib_srq_type | srq_type |
union { | |
struct { | |
struct ib_xrcd * xrcd | |
struct ib_cq * cq | |
} xrc | |
} | ext |
Definition at line 567 of file ib_verbs.h.
struct ib_srq_attr attr |
Definition at line 570 of file ib_verbs.h.
Definition at line 576 of file ib_verbs.h.
void(* event_handler)(struct ib_event *, void *) |
Definition at line 568 of file ib_verbs.h.
union { ... } ext |
void* srq_context |
Definition at line 569 of file ib_verbs.h.
enum ib_srq_type srq_type |
Definition at line 571 of file ib_verbs.h.
struct { ... } xrc |
Definition at line 575 of file ib_verbs.h.