Data Fields | |
| const char * | product_name |
| struct net_device * | next_module |
| 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 |
| 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 |
Definition at line 217 of file 3c515.c.
| const char* corkscrew_private::product_name |
Definition at line 218 of file 3c515.c.
Referenced by corkscrew_found_device(), and corkscrew_probe1().
struct net_device* corkscrew_private::next_module [read] |
struct boom_rx_desc corkscrew_private::rx_ring[RX_RING_SIZE] [read] |
struct boom_tx_desc corkscrew_private::tx_ring[TX_RING_SIZE] [read] |
struct sk_buff* corkscrew_private::rx_skbuff[RX_RING_SIZE] [read] |
struct sk_buff* corkscrew_private::tx_skbuff[TX_RING_SIZE] [read] |
| unsigned int corkscrew_private::cur_rx |
| unsigned int corkscrew_private::cur_tx |
| unsigned int corkscrew_private::dirty_rx |
| unsigned int corkscrew_private::dirty_tx |
struct sk_buff* corkscrew_private::tx_skb [read] |
| unsigned int corkscrew_private::available_media |
| unsigned int corkscrew_private::media_override |
Definition at line 232 of file 3c515.c.
Referenced by corkscrew_found_device(), corkscrew_probe1(), and t515_reset().
| unsigned int corkscrew_private::default_media |
| unsigned int corkscrew_private::full_duplex |
| unsigned int corkscrew_private::autoselect |
| unsigned int corkscrew_private::bus_master |
| unsigned int corkscrew_private::full_bus_master_tx |
| unsigned int corkscrew_private::full_bus_master_rx |
| unsigned int corkscrew_private::tx_full |
1.5.7.1