Data Fields | |
| struct mtd_desc | rx_ring [RX_RING_SIZE] |
| struct mtd_desc | tx_ring [TX_RING_SIZE] |
| int | flags |
| struct pci_dev * | pci_dev |
| unsigned long | crvalue |
| unsigned long | bcrvalue |
| struct mtd_desc * | cur_rx |
| struct mtd_desc * | lack_rxbuf |
| int | really_rx_count |
| struct mtd_desc * | cur_tx |
| struct mtd_desc * | cur_tx_copy |
| int | really_tx_count |
| int | free_tx_count |
| unsigned int | rx_buf_sz |
| unsigned int | linkok |
| unsigned int | line_speed |
| unsigned int | duplexmode |
| unsigned int | default_port: 4 |
| unsigned int | PHYType |
| int | mii_cnt |
| unsigned char | phys [1] |
| const char * | nic_name |
| int | ioaddr |
| u16 | dev_id |
Definition at line 325 of file mtd80x.c.
struct mtd_desc mtd_private::rx_ring[RX_RING_SIZE] [read] |
struct mtd_desc mtd_private::tx_ring[TX_RING_SIZE] [read] |
Definition at line 328 of file mtd80x.c.
Referenced by init_ring(), mtd_reset(), and mtd_transmit().
struct pci_dev* mtd_private::pci_dev [read] |
| unsigned long mtd_private::crvalue |
Definition at line 333 of file mtd80x.c.
Referenced by getlinktype(), mtd_disable(), mtd_reset(), mtd_transmit(), and set_rx_mode().
| unsigned long mtd_private::bcrvalue |
struct mtd_desc* mtd_private::cur_rx [read] |
struct mtd_desc* mtd_private::lack_rxbuf [read] |
struct mtd_desc* mtd_private::cur_tx [read] |
struct mtd_desc* mtd_private::cur_tx_copy [read] |
| unsigned int mtd_private::rx_buf_sz |
| unsigned int mtd_private::linkok |
Definition at line 346 of file mtd80x.c.
Referenced by getlinkstatus(), mtd_probe(), and mtd_reset().
| unsigned int mtd_private::line_speed |
| unsigned int mtd_private::duplexmode |
| unsigned int mtd_private::default_port |
| unsigned int mtd_private::PHYType |
Definition at line 351 of file mtd80x.c.
Referenced by getlinkstatus(), getlinktype(), and mtd_probe().
| unsigned char mtd_private::phys[1] |
Definition at line 355 of file mtd80x.c.
Referenced by getlinkstatus(), getlinktype(), and mtd_probe().
| const char* mtd_private::nic_name |
Definition at line 359 of file mtd80x.c.
Referenced by getlinkstatus(), getlinktype(), mdio_read(), mtd_disable(), mtd_poll(), mtd_probe(), mtd_reset(), mtd_transmit(), and set_rx_mode().
1.5.7.1