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

#include <ipath_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 201 of file ipath_verbs.h.

Field Documentation

union { ... }

Definition at line 202 of file ipath_verbs.h.

struct ib_wc kqueue[0]

Definition at line 207 of file ipath_verbs.h.

u32 tail

Definition at line 203 of file ipath_verbs.h.

struct ib_uverbs_wc uqueue[0]

Definition at line 206 of file ipath_verbs.h.


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