Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ib_srq Struct Reference

#include <ib_verbs.h>

Data Fields

struct ib_devicedevice
 
struct ib_pdpd
 
struct ib_uobjectuobject
 
void(* event_handler )(struct ib_event *, void *)
 
voidsrq_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
 

Detailed Description

Definition at line 944 of file ib_verbs.h.

Field Documentation

Definition at line 956 of file ib_verbs.h.

Definition at line 945 of file ib_verbs.h.

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
struct ib_xrcd* xrcd

Definition at line 955 of file ib_verbs.h.


The documentation for this struct was generated from the following file: