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

Data Fields

u64 mac_ctrl
 
unsigned long dma_ctrl
 
unsigned long phy_addr
 
tx_packettx_ring
 
dma_addr_t tx_ring_dma
 
struct sk_bufftx_skbs [TX_RING_ENTRIES]
 
dma_addr_t tx_skb_dmas [TX_RING_ENTRIES]
 
unsigned long tx_read
 
unsigned long tx_write
 
unsigned long tx_count
 
rx_packetrx_ring [RX_RING_ENTRIES]
 
dma_addr_t rx_ring_dmas [RX_RING_ENTRIES]
 
struct sk_buffrx_skbs [RX_RING_ENTRIES]
 
unsigned long rx_write
 
u64 mcast_filter
 
spinlock_t meth_lock
 

Detailed Description

Definition at line 71 of file meth.c.

Field Documentation

unsigned long dma_ctrl

Definition at line 76 of file meth.c.

u64 mac_ctrl

Definition at line 73 of file meth.c.

u64 mcast_filter

Definition at line 91 of file meth.c.

spinlock_t meth_lock

Definition at line 93 of file meth.c.

unsigned long phy_addr

Definition at line 78 of file meth.c.

Definition at line 85 of file meth.c.

dma_addr_t rx_ring_dmas[RX_RING_ENTRIES]

Definition at line 86 of file meth.c.

Definition at line 87 of file meth.c.

unsigned long rx_write

Definition at line 88 of file meth.c.

unsigned long tx_count

Definition at line 83 of file meth.c.

unsigned long tx_read

Definition at line 83 of file meth.c.

Definition at line 79 of file meth.c.

dma_addr_t tx_ring_dma

Definition at line 80 of file meth.c.

Definition at line 82 of file meth.c.

Definition at line 81 of file meth.c.

unsigned long tx_write

Definition at line 83 of file meth.c.


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