iPXE
|
Data Fields | |
const char * | nic_name |
unsigned int | cur_rx |
unsigned int | mtu |
unsigned int | flowctrl:1 |
unsigned int | an_enable:1 |
unsigned int | speed |
struct mii_if_info | mii_if |
int | mii_preamble_required |
unsigned char | phys [MII_CNT] |
unsigned char | pci_rev_id |
Definition at line 257 of file sundance.c.
const char* sundance_private::nic_name |
Definition at line 258 of file sundance.c.
Referenced by check_duplex(), sundance_probe(), and sundance_reset().
unsigned int sundance_private::cur_rx |
Definition at line 261 of file sundance.c.
Referenced by init_ring(), and sundance_poll().
unsigned int sundance_private::mtu |
Definition at line 262 of file sundance.c.
Referenced by sundance_probe(), and sundance_reset().
unsigned int sundance_private::flowctrl |
Definition at line 265 of file sundance.c.
Referenced by set_rx_mode(), and sundance_probe().
unsigned int sundance_private::an_enable |
Definition at line 266 of file sundance.c.
Referenced by check_duplex(), and sundance_probe().
unsigned int sundance_private::speed |
Definition at line 268 of file sundance.c.
Referenced by sundance_probe().
struct mii_if_info sundance_private::mii_if |
Definition at line 271 of file sundance.c.
Referenced by check_duplex(), set_rx_mode(), and sundance_probe().
int sundance_private::mii_preamble_required |
Definition at line 272 of file sundance.c.
Referenced by mdio_read(), mdio_write(), and sundance_probe().
unsigned char sundance_private::phys[MII_CNT] |
Definition at line 273 of file sundance.c.
Referenced by check_duplex(), and sundance_probe().
unsigned char sundance_private::pci_rev_id |
Definition at line 274 of file sundance.c.
Referenced by sundance_probe(), and sundance_reset().