Data Fields | |
| char | devname [8] |
| const char * | product_name |
| struct rhine_rx_desc * | rx_ring |
| struct rhine_tx_desc * | tx_ring |
| char * | rx_buffs [RX_RING_SIZE] |
| char * | tx_buffs [TX_RING_SIZE] |
| int | chip_id |
| int | chip_revision |
| unsigned short | ioaddr |
| unsigned int | cur_rx |
| unsigned int | cur_tx |
| unsigned int | dirty_rx |
| unsigned int | dirty_tx |
| struct sk_buff * | tx_skbuff [TX_RING_SIZE] |
| unsigned char | mc_filter [8] |
| char | phys [4] |
| unsigned int | tx_full:1 |
| unsigned int | full_duplex:1 |
| unsigned int | default_port:4 |
| unsigned int | media2:4 |
| unsigned int | medialock:1 |
| unsigned int | mediasense:1 |
Definition at line 658 of file via-rhine.c.
| char rhine_private::devname[8] |
Definition at line 660 of file via-rhine.c.
| const char* rhine_private::product_name |
Definition at line 661 of file via-rhine.c.
struct rhine_rx_desc* rhine_private::rx_ring [read] |
Definition at line 662 of file via-rhine.c.
Referenced by rhine_init_ring(), rhine_poll(), and rhine_reset().
struct rhine_tx_desc* rhine_private::tx_ring [read] |
Definition at line 663 of file via-rhine.c.
Referenced by rhine_init_ring(), rhine_reset(), and rhine_transmit().
| char* rhine_private::rx_buffs[RX_RING_SIZE] |
Definition at line 664 of file via-rhine.c.
Referenced by rhine_init_ring(), rhine_poll(), and rhine_reset().
| char* rhine_private::tx_buffs[TX_RING_SIZE] |
Definition at line 665 of file via-rhine.c.
Referenced by rhine_init_ring(), rhine_reset(), and rhine_transmit().
| unsigned short rhine_private::ioaddr |
Definition at line 671 of file via-rhine.c.
Referenced by rhine_disable(), rhine_probe(), rhine_probe1(), rhine_reset(), rhine_transmit(), and set_rx_mode().
| unsigned int rhine_private::cur_rx |
| unsigned int rhine_private::cur_tx |
| unsigned int rhine_private::dirty_rx |
| unsigned int rhine_private::dirty_tx |
struct sk_buff* rhine_private::tx_skbuff[TX_RING_SIZE] [read] |
Definition at line 675 of file via-rhine.c.
| unsigned char rhine_private::mc_filter[8] |
Definition at line 676 of file via-rhine.c.
| char rhine_private::phys[4] |
| unsigned int rhine_private::tx_full |
| unsigned int rhine_private::full_duplex |
| unsigned int rhine_private::default_port |
| unsigned int rhine_private::media2 |
Definition at line 681 of file via-rhine.c.
| unsigned int rhine_private::medialock |
| unsigned int rhine_private::mediasense |
Definition at line 683 of file via-rhine.c.
1.5.7.1