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

Data Fields

struct xgmac_dma_descdma_rx
 
struct sk_buff ** rx_skbuff
 
unsigned int rx_tail
 
unsigned int rx_head
 
struct xgmac_dma_descdma_tx
 
struct sk_buff ** tx_skbuff
 
unsigned int tx_head
 
unsigned int tx_tail
 
void __iomembase
 
unsigned int dma_buf_sz
 
dma_addr_t dma_rx_phy
 
dma_addr_t dma_tx_phy
 
struct net_devicedev
 
struct devicedevice
 
struct napi_struct napi
 
struct xgmac_extra_stats xstats
 
spinlock_t stats_lock
 
int pmt_irq
 
char rx_pause
 
char tx_pause
 
int wolopts
 

Detailed Description

Definition at line 366 of file xgmac.c.

Field Documentation

void __iomem* base

Definition at line 377 of file xgmac.c.

Definition at line 382 of file xgmac.c.

Definition at line 383 of file xgmac.c.

unsigned int dma_buf_sz

Definition at line 378 of file xgmac.c.

Definition at line 367 of file xgmac.c.

dma_addr_t dma_rx_phy

Definition at line 379 of file xgmac.c.

Definition at line 372 of file xgmac.c.

dma_addr_t dma_tx_phy

Definition at line 380 of file xgmac.c.

Definition at line 384 of file xgmac.c.

int pmt_irq

Definition at line 389 of file xgmac.c.

unsigned int rx_head

Definition at line 370 of file xgmac.c.

char rx_pause

Definition at line 390 of file xgmac.c.

struct sk_buff** rx_skbuff

Definition at line 368 of file xgmac.c.

unsigned int rx_tail

Definition at line 369 of file xgmac.c.

spinlock_t stats_lock

Definition at line 388 of file xgmac.c.

unsigned int tx_head

Definition at line 374 of file xgmac.c.

char tx_pause

Definition at line 391 of file xgmac.c.

struct sk_buff** tx_skbuff

Definition at line 373 of file xgmac.c.

unsigned int tx_tail

Definition at line 375 of file xgmac.c.

int wolopts

Definition at line 392 of file xgmac.c.

Definition at line 386 of file xgmac.c.


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