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

#include <qib_verbs.h>

Data Fields

u32 head
 
u32 tail
 
union {
   struct ib_uverbs_wc   uqueue [0]
 
   struct ib_wc   kqueue [0]
 
}; 
 

Detailed Description

Definition at line 255 of file qib_verbs.h.

Field Documentation

union { ... }

Definition at line 256 of file qib_verbs.h.

struct ib_wc kqueue[0]

Definition at line 261 of file qib_verbs.h.

u32 tail

Definition at line 257 of file qib_verbs.h.

struct ib_uverbs_wc uqueue[0]

Definition at line 260 of file qib_verbs.h.


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