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

Data Fields

spinlock_t device_lock
 
__u32 status
 
int end
 
int suspend_lowmem_rx
 
int suspend_lowmem_ctrl
 
int linkstate
 
int opened
 
struct delayed_work lowmem_work
 
struct usb_device * dev
 
struct usb_interfaceintf
 
struct net_devicenet
 
wait_queue_head_t term_wait
 
struct urbrx_urb
 
struct urbtx_urb
 
struct urbirq_urb
 
dma_addr_t intbufferhandle
 
__u8intbuffer
 
dma_addr_t rxbufferhandle
 
__u8rx_buf
 
struct sk_bufftx_skb
 
__u8firmware_buf
 
__u8 scratch [KAWETH_SCRATCH_SIZE]
 
__u16 packet_filter_bitmap
 
struct
kaweth_ethernet_configuration 
configuration
 
struct net_device_stats stats
 

Detailed Description

Definition at line 216 of file kaweth.c.

Field Documentation

Definition at line 249 of file kaweth.c.

struct usb_device* dev

Definition at line 228 of file kaweth.c.

spinlock_t device_lock

Definition at line 218 of file kaweth.c.

int end

Definition at line 221 of file kaweth.c.

Definition at line 245 of file kaweth.c.

__u8* intbuffer

Definition at line 238 of file kaweth.c.

dma_addr_t intbufferhandle

Definition at line 237 of file kaweth.c.

Definition at line 229 of file kaweth.c.

struct urb* irq_urb

Definition at line 235 of file kaweth.c.

int linkstate

Definition at line 224 of file kaweth.c.

struct delayed_work lowmem_work

Definition at line 226 of file kaweth.c.

Definition at line 230 of file kaweth.c.

int opened

Definition at line 225 of file kaweth.c.

__u16 packet_filter_bitmap

Definition at line 247 of file kaweth.c.

__u8* rx_buf

Definition at line 240 of file kaweth.c.

struct urb* rx_urb

Definition at line 233 of file kaweth.c.

dma_addr_t rxbufferhandle

Definition at line 239 of file kaweth.c.

Definition at line 246 of file kaweth.c.

Definition at line 251 of file kaweth.c.

Definition at line 220 of file kaweth.c.

int suspend_lowmem_ctrl

Definition at line 223 of file kaweth.c.

int suspend_lowmem_rx

Definition at line 222 of file kaweth.c.

wait_queue_head_t term_wait

Definition at line 231 of file kaweth.c.

struct sk_buff* tx_skb

Definition at line 243 of file kaweth.c.

struct urb* tx_urb

Definition at line 234 of file kaweth.c.


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