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

Data Fields

struct epic_rx_descrx_ring
 
struct epic_tx_desctx_ring
 
struct sk_bufftx_skbuff [TX_RING_SIZE]
 
struct sk_buffrx_skbuff [RX_RING_SIZE]
 
dma_addr_t tx_ring_dma
 
dma_addr_t rx_ring_dma
 
spinlock_t lock
 
spinlock_t napi_lock
 
struct napi_struct napi
 
unsigned int reschedule_in_poll
 
unsigned int cur_tx
 
unsigned int dirty_tx
 
unsigned int cur_rx
 
unsigned int dirty_rx
 
u32 irq_mask
 
unsigned int rx_buf_sz
 
void __iomemioaddr
 
struct pci_devpci_dev
 
int chip_id
 
int chip_flags
 
struct timer_list timer
 
int tx_threshold
 
unsigned char mc_filter [8]
 
signed char phys [4]
 
u16 advertising
 
int mii_phy_cnt
 
struct mii_if_info mii
 
unsigned int tx_full:1
 
unsigned int default_port:4
 

Detailed Description

Definition at line 252 of file epic100.c.

Field Documentation

u16 advertising

Definition at line 282 of file epic100.c.

Definition at line 276 of file epic100.c.

Definition at line 276 of file epic100.c.

unsigned int cur_rx

Definition at line 270 of file epic100.c.

unsigned int cur_tx

Definition at line 268 of file epic100.c.

unsigned int default_port

Definition at line 286 of file epic100.c.

unsigned int dirty_rx

Definition at line 270 of file epic100.c.

unsigned int dirty_tx

Definition at line 268 of file epic100.c.

void __iomem* ioaddr

Definition at line 274 of file epic100.c.

u32 irq_mask

Definition at line 271 of file epic100.c.

spinlock_t lock

Definition at line 264 of file epic100.c.

unsigned char mc_filter[8]

Definition at line 280 of file epic100.c.

Definition at line 284 of file epic100.c.

int mii_phy_cnt

Definition at line 283 of file epic100.c.

Definition at line 266 of file epic100.c.

spinlock_t napi_lock

Definition at line 265 of file epic100.c.

Definition at line 275 of file epic100.c.

signed char phys[4]

Definition at line 281 of file epic100.c.

unsigned int reschedule_in_poll

Definition at line 267 of file epic100.c.

unsigned int rx_buf_sz

Definition at line 272 of file epic100.c.

Definition at line 253 of file epic100.c.

dma_addr_t rx_ring_dma

Definition at line 261 of file epic100.c.

Definition at line 258 of file epic100.c.

Definition at line 278 of file epic100.c.

unsigned int tx_full

Definition at line 285 of file epic100.c.

Definition at line 254 of file epic100.c.

dma_addr_t tx_ring_dma

Definition at line 260 of file epic100.c.

Definition at line 256 of file epic100.c.

int tx_threshold

Definition at line 279 of file epic100.c.


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