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

#include <ipath_kernel.h>

Data Fields

int flags
 
int sg_count
 
union {
   struct scatterlist *   sg
 
   void *   map_addr
 
}; 
 
void(* callback )(void *, int)
 
voidcallback_cookie
 
int callback_status
 
u16 start_idx
 
u16 next_descq_idx
 
struct list_head list
 

Detailed Description

Definition at line 204 of file ipath_kernel.h.

Field Documentation

union { ... }

Definition at line 211 of file ipath_kernel.h.

void* callback_cookie

Definition at line 212 of file ipath_kernel.h.

int callback_status

Definition at line 213 of file ipath_kernel.h.

int flags

Definition at line 205 of file ipath_kernel.h.

Definition at line 216 of file ipath_kernel.h.

void* map_addr

Definition at line 209 of file ipath_kernel.h.

u16 next_descq_idx

Definition at line 215 of file ipath_kernel.h.

Definition at line 208 of file ipath_kernel.h.

int sg_count

Definition at line 206 of file ipath_kernel.h.

u16 start_idx

Definition at line 214 of file ipath_kernel.h.


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