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

Data Fields

const charproduct_name
 
struct list_head list
 
struct net_deviceour_dev
 
struct boom_rx_desc rx_ring [RX_RING_SIZE]
 
struct boom_tx_desc tx_ring [TX_RING_SIZE]
 
struct sk_buffrx_skbuff [RX_RING_SIZE]
 
struct sk_bufftx_skbuff [TX_RING_SIZE]
 
unsigned int cur_rx
 
unsigned int cur_tx
 
unsigned int dirty_rx
 
unsigned int dirty_tx
 
struct sk_bufftx_skb
 
struct timer_list timer
 
int capabilities
 
int options
 
int last_rx_packets
 
unsigned int available_media:8
 
unsigned int media_override:3
 
unsigned int default_media:3
 
unsigned int full_duplex:1
 
unsigned int autoselect:1
 
unsigned int bus_master:1
 
unsigned int full_bus_master_tx:1
 
unsigned int full_bus_master_rx:1
 
unsigned int tx_full:1
 
spinlock_t lock
 
struct devicedev
 

Detailed Description

Definition at line 300 of file 3c515.c.

Field Documentation

unsigned int autoselect

Definition at line 317 of file 3c515.c.

unsigned int available_media

Definition at line 317 of file 3c515.c.

unsigned int bus_master

Definition at line 317 of file 3c515.c.

Definition at line 314 of file 3c515.c.

unsigned int cur_rx

Definition at line 310 of file 3c515.c.

unsigned int cur_tx

Definition at line 310 of file 3c515.c.

unsigned int default_media

Definition at line 317 of file 3c515.c.

struct device* dev

Definition at line 324 of file 3c515.c.

unsigned int dirty_rx

Definition at line 311 of file 3c515.c.

unsigned int dirty_tx

Definition at line 311 of file 3c515.c.

unsigned int full_bus_master_rx

Definition at line 317 of file 3c515.c.

unsigned int full_bus_master_tx

Definition at line 317 of file 3c515.c.

unsigned int full_duplex

Definition at line 317 of file 3c515.c.

int last_rx_packets

Definition at line 316 of file 3c515.c.

Definition at line 302 of file 3c515.c.

spinlock_t lock

Definition at line 323 of file 3c515.c.

unsigned int media_override

Definition at line 317 of file 3c515.c.

int options

Definition at line 315 of file 3c515.c.

struct net_device* our_dev

Definition at line 303 of file 3c515.c.

const char* product_name

Definition at line 301 of file 3c515.c.

Definition at line 305 of file 3c515.c.

Definition at line 308 of file 3c515.c.

Definition at line 313 of file 3c515.c.

unsigned int tx_full

Definition at line 317 of file 3c515.c.

Definition at line 306 of file 3c515.c.

struct sk_buff* tx_skb

Definition at line 312 of file 3c515.c.

Definition at line 309 of file 3c515.c.


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