Linux Kernel
3.7.1
|
Data Fields | |
const char * | product_name |
struct list_head | list |
struct net_device * | our_dev |
struct boom_rx_desc | rx_ring [RX_RING_SIZE] |
struct boom_tx_desc | tx_ring [TX_RING_SIZE] |
struct sk_buff * | rx_skbuff [RX_RING_SIZE] |
struct sk_buff * | tx_skbuff [TX_RING_SIZE] |
unsigned int | cur_rx |
unsigned int | cur_tx |
unsigned int | dirty_rx |
unsigned int | dirty_tx |
struct sk_buff * | tx_skb |
struct timer_list | timer |
int | capabilities |
int | options |
int | last_rx_packets |
unsigned int | available_media:8 |
unsigned int | media_override:3 |
unsigned int | default_media:3 |
unsigned int | full_duplex:1 |
unsigned int | autoselect:1 |
unsigned int | bus_master:1 |
unsigned int | full_bus_master_tx:1 |
unsigned int | full_bus_master_rx:1 |
unsigned int | tx_full:1 |
spinlock_t | lock |
struct device * | dev |
spinlock_t lock |
struct net_device* our_dev |
struct sk_buff* rx_skbuff[RX_RING_SIZE] |
struct sk_buff* tx_skbuff[TX_RING_SIZE] |