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

Data Fields

struct kref refcnt
 
struct list_head list_node
 
spinlock_t lock
 
u32 id
 
struct wahcwa
 
struct usb_host_endpoint * ep
 
struct urb * urb
 
struct wa_seg ** seg
 
u8 segs
 
u8 segs_submitted
 
u8 segs_done
 
unsigned is_inbound:1
 
unsigned is_dma:1
 
size_t seg_size
 
int result
 
gfp_t gfp
 
struct wusb_devwusb_dev
 

Detailed Description

Definition at line 137 of file wa-xfer.c.

Field Documentation

struct usb_host_endpoint* ep

Definition at line 144 of file wa-xfer.c.

gfp_t gfp

Definition at line 153 of file wa-xfer.c.

Definition at line 141 of file wa-xfer.c.

unsigned is_dma

Definition at line 149 of file wa-xfer.c.

unsigned is_inbound

Definition at line 148 of file wa-xfer.c.

struct list_head list_node

Definition at line 139 of file wa-xfer.c.

spinlock_t lock

Definition at line 140 of file wa-xfer.c.

struct kref refcnt

Definition at line 138 of file wa-xfer.c.

int result

Definition at line 151 of file wa-xfer.c.

struct wa_seg** seg

Definition at line 146 of file wa-xfer.c.

size_t seg_size

Definition at line 150 of file wa-xfer.c.

u8 segs

Definition at line 147 of file wa-xfer.c.

u8 segs_done

Definition at line 147 of file wa-xfer.c.

u8 segs_submitted

Definition at line 147 of file wa-xfer.c.

struct urb* urb

Definition at line 145 of file wa-xfer.c.

struct wahc* wa

Definition at line 143 of file wa-xfer.c.

Definition at line 155 of file wa-xfer.c.


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