Data Fields | |
| struct w840_rx_desc | rx_ring [RX_RING_SIZE] |
| struct w840_tx_desc | tx_ring [TX_RING_SIZE] |
| struct net_device * | next_module |
| void * | priv_addr |
| const char * | product_name |
| int | chip_id |
| int | drv_flags |
| struct pci_dev * | pci_dev |
| int | csr6 |
| struct w840_rx_desc * | rx_head_desc |
| unsigned int | cur_rx |
| unsigned int | dirty_rx |
| unsigned int | rx_buf_sz |
| unsigned int | cur_tx |
| unsigned int | dirty_tx |
| int | tx_q_bytes |
| unsigned int | tx_full:1 |
| unsigned int | full_duplex:1 |
| unsigned int | duplex_lock:1 |
| unsigned int | medialock:1 |
| unsigned int | default_port:4 |
| int | mii_cnt |
| u16 | advertising |
| unsigned char | phys [2] |
Definition at line 223 of file w89c840.c.
struct w840_rx_desc winbond_private::rx_ring[RX_RING_SIZE] [read] |
Definition at line 226 of file w89c840.c.
Referenced by init_ring(), w89c840_poll(), and w89c840_reset().
struct w840_tx_desc winbond_private::tx_ring[TX_RING_SIZE] [read] |
Definition at line 227 of file w89c840.c.
Referenced by init_ring(), w89c840_reset(), and w89c840_transmit().
struct net_device* winbond_private::next_module [read] |
| const char* winbond_private::product_name |
struct pci_dev* winbond_private::pci_dev [read] |
Definition at line 234 of file w89c840.c.
Referenced by check_duplex(), set_rx_mode(), w89c840_disable(), and w89c840_reset().
struct w840_rx_desc* winbond_private::rx_head_desc [read] |
| unsigned int winbond_private::cur_rx |
| unsigned int winbond_private::dirty_rx |
| unsigned int winbond_private::rx_buf_sz |
| unsigned int winbond_private::cur_tx |
| unsigned int winbond_private::dirty_tx |
| unsigned int winbond_private::tx_full |
| unsigned int winbond_private::full_duplex |
| unsigned int winbond_private::duplex_lock |
| unsigned int winbond_private::medialock |
| unsigned int winbond_private::default_port |
| unsigned char winbond_private::phys[2] |
1.5.7.1