Linux Kernel
3.7.1
|
Data Fields | |
void __iomem * | regs |
struct net_device * | dev |
spinlock_t | lock |
u32 | msg_enable |
struct napi_struct | napi |
struct pci_dev * | pdev |
u32 | rx_config |
u16 | cpcmd |
struct cp_extra_stats | cp_stats |
unsigned rx_head | ____cacheline_aligned |
unsigned | rx_tail |
struct cp_desc * | rx_ring |
struct sk_buff * | rx_skb [CP_RX_RING_SIZE] |
unsigned tx_head | ____cacheline_aligned |
unsigned | tx_tail |
struct cp_desc * | tx_ring |
struct sk_buff * | tx_skb [CP_TX_RING_SIZE] |
unsigned | rx_buf_sz |
unsigned | wol_enabled: 1 |
dma_addr_t | ring_dma |
struct mii_if_info | mii_if |
unsigned rx_head ____cacheline_aligned |
unsigned tx_head ____cacheline_aligned |
struct cp_extra_stats cp_stats |
struct net_device* dev |
spinlock_t lock |
struct mii_if_info mii_if |
struct napi_struct napi |
dma_addr_t ring_dma |
struct sk_buff* rx_skb[CP_RX_RING_SIZE] |
struct sk_buff* tx_skb[CP_TX_RING_SIZE] |