Linux Kernel
3.7.1
|
Data Fields | |
struct sk_buff_head * | queue |
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 macio_dev * | mdev |
int | is_bmac_plus |
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 | tx_fullup |
struct timer_list | tx_timeout |
int | timeout_active |
int | sleeping |
int | opened |
unsigned short | hash_use_count [64] |
unsigned short | hash_table_mask [4] |
spinlock_t | lock |
spinlock_t lock |
struct timer_list tx_timeout |