Data Fields | |
| struct pcnet32_init_block | init_block |
| struct pci_dev * | pci_dev |
| const char * | name |
| struct sk_buff * | tx_skbuff [TX_RING_SIZE] |
| struct sk_buff * | rx_skbuff [RX_RING_SIZE] |
| struct pcnet32_access | a |
| unsigned int | cur_rx |
| unsigned int | cur_tx |
| char | tx_full |
| int | options |
| int | shared_irq:1 |
| int | ltint:1 |
| int | dxsuflo:1 |
| int | mii:1 |
| struct mii_if_info | mii_if |
| unsigned char | phys [MII_CNT] |
| struct net_device * | next |
| int | full_duplex:1 |
Definition at line 231 of file pcnet32.c.
struct pcnet32_init_block pcnet32_private::init_block [read] |
Definition at line 232 of file pcnet32.c.
Referenced by pcnet32_init_ring(), pcnet32_probe(), and pcnet32_reset().
struct pci_dev* pcnet32_private::pci_dev [read] |
| const char* pcnet32_private::name |
struct sk_buff* pcnet32_private::tx_skbuff[TX_RING_SIZE] [read] |
struct sk_buff* pcnet32_private::rx_skbuff[RX_RING_SIZE] [read] |
struct pcnet32_access pcnet32_private::a [read] |
Definition at line 238 of file pcnet32.c.
Referenced by mdio_read(), pcnet32_disable(), pcnet32_probe(), pcnet32_reset(), and pcnet32_transmit().
| unsigned int pcnet32_private::cur_rx |
| unsigned int pcnet32_private::cur_tx |
Definition at line 239 of file pcnet32.c.
Referenced by pcnet32_init_ring(), and pcnet32_transmit().
Definition at line 242 of file pcnet32.c.
Referenced by mdio_read(), pcnet32_probe(), and pcnet32_reset().
struct mii_if_info pcnet32_private::mii_if [read] |
| unsigned char pcnet32_private::phys[MII_CNT] |
struct net_device* pcnet32_private::next [read] |
1.5.7.1