Linux Kernel
3.7.1
|
Data Fields | |
struct mace __iomem * | mace |
struct dbdma_regs __iomem * | tx_dma |
int | tx_dma_intr |
struct dbdma_regs __iomem * | rx_dma |
int | rx_dma_intr |
struct dbdma_cmd * | tx_cmds |
struct dbdma_cmd * | rx_cmds |
struct sk_buff * | rx_bufs [N_RX_RING] |
int | rx_fill |
int | rx_empty |
struct sk_buff * | tx_bufs [N_TX_RING] |
int | tx_fill |
int | tx_empty |
unsigned char | maccc |
unsigned char | tx_fullup |
unsigned char | tx_active |
unsigned char | tx_bad_runt |
struct timer_list | tx_timeout |
int | timeout_active |
int | port_aaui |
int | chipid |
struct macio_dev * | mdev |
spinlock_t | lock |
struct mace * | mace |
unsigned char * | tx_ring |
dma_addr_t | tx_ring_phys |
unsigned char * | rx_ring |
dma_addr_t | rx_ring_phys |
int | dma_intr |
int | rx_slot |
int | rx_tail |
int | tx_slot |
int | tx_sloti |
int | tx_count |
struct device * | device |
spinlock_t lock |
dma_addr_t rx_ring_phys |
dma_addr_t tx_ring_phys |
struct timer_list tx_timeout |