|
iPXE
|
Data Fields | |
| int | cur_rx |
| int | chip_id |
| int | pci_id_idx |
| int | revision |
| int | flags |
| unsigned short | vendor_id |
| unsigned short | dev_id |
| unsigned char | ehdr [ETH_HLEN] |
| const char * | nic_name |
| unsigned int | csr0 |
| unsigned int | csr6 |
| unsigned int | if_port |
| unsigned int | full_duplex |
| unsigned int | full_duplex_lock |
| unsigned int | medialock |
| unsigned int | mediasense |
| unsigned int | nway |
| unsigned int | nwayset |
| unsigned int | default_port |
| unsigned char | eeprom [EEPROM_SIZE] |
| u8 | media_table_storage [(sizeof(struct mediatable)+32 *sizeof(struct medialeaf))] |
| u16 | sym_advertise |
| u16 | mii_advertise |
| struct mediatable * | mtable |
| u16 | lpar |
| u16 | advertising [4] |
| signed char | phys [4] |
| signed char | mii_cnt |
| int | cur_index |
| int | saved_if_port |
| int tulip_private::cur_rx |
Definition at line 396 of file tulip.c.
Referenced by sis190_free(), sis190_init_ring_indexes(), sis190_process_rx(), tulip_init_ring(), and tulip_poll().
| int tulip_private::chip_id |
Definition at line 397 of file tulip.c.
Referenced by init_media(), mdio_read(), mdio_write(), nway_start(), parse_eeprom(), select_media(), start_link(), tulip_probe(), and tulip_reset().
| int tulip_private::pci_id_idx |
Definition at line 398 of file tulip.c.
Referenced by tulip_probe().
| int tulip_private::revision |
Definition at line 399 of file tulip.c.
Referenced by tulip_probe().
| int tulip_private::flags |
Definition at line 400 of file tulip.c.
Referenced by parse_eeprom(), start_link(), tulip_probe(), and tulip_reset().
| unsigned short tulip_private::vendor_id |
Definition at line 401 of file tulip.c.
Referenced by tulip_probe().
| unsigned short tulip_private::dev_id |
Definition at line 402 of file tulip.c.
Referenced by tulip_probe().
| const char* tulip_private::nic_name |
Definition at line 404 of file tulip.c.
Referenced by init_media(), nway_start(), parse_eeprom(), pnic_do_nway(), select_media(), start_link(), tulip_check_duplex(), tulip_probe(), tulip_reset(), and tulip_transmit().
| unsigned int tulip_private::csr0 |
Definition at line 405 of file tulip.c.
Referenced by tulip_probe(), and tulip_reset().
| unsigned int tulip_private::csr6 |
Definition at line 405 of file tulip.c.
Referenced by init_media(), nway_start(), pnic_do_nway(), select_media(), set_rx_mode(), tulip_check_duplex(), and tulip_reset().
| unsigned int tulip_private::if_port |
Definition at line 406 of file tulip.c.
Referenced by init_media(), nway_start(), pnic_do_nway(), select_media(), start_link(), and tulip_probe().
| unsigned int tulip_private::full_duplex |
Definition at line 407 of file tulip.c.
Referenced by init_media(), pnic_do_nway(), select_media(), start_link(), and tulip_check_duplex().
| unsigned int tulip_private::medialock |
Definition at line 409 of file tulip.c.
Referenced by select_media().
| unsigned int tulip_private::mediasense |
Definition at line 410 of file tulip.c.
Referenced by nway_start().
| unsigned int tulip_private::nway |
Definition at line 411 of file tulip.c.
Referenced by nway_start(), and start_link().
| unsigned int tulip_private::nwayset |
Definition at line 411 of file tulip.c.
Referenced by init_media(), nway_start(), pnic_do_nway(), and start_link().
| unsigned int tulip_private::default_port |
Definition at line 412 of file tulip.c.
Referenced by init_media(), select_media(), start_link(), and tulip_probe().
| unsigned char tulip_private::eeprom[EEPROM_SIZE] |
Definition at line 413 of file tulip.c.
Referenced by parse_eeprom(), and tulip_probe().
| u8 tulip_private::media_table_storage[(sizeof(struct mediatable)+32 *sizeof(struct medialeaf))] |
Definition at line 414 of file tulip.c.
Referenced by parse_eeprom().
| u16 tulip_private::sym_advertise |
Definition at line 415 of file tulip.c.
Referenced by nway_start(), parse_eeprom(), and start_link().
| u16 tulip_private::mii_advertise |
Definition at line 415 of file tulip.c.
Referenced by select_media(), start_link(), and tulip_probe().
| struct mediatable* tulip_private::mtable |
Definition at line 416 of file tulip.c.
Referenced by init_media(), nway_start(), parse_eeprom(), select_media(), start_link(), and tulip_reset().
| u16 tulip_private::lpar |
Definition at line 417 of file tulip.c.
Referenced by nway_start().
| u16 tulip_private::advertising[4] |
Definition at line 418 of file tulip.c.
Referenced by select_media(), start_link(), tg3_phy_copper_begin(), tg3_phy_init_link_config(), tg3_phy_probe(), tg3_setup_copper_phy(), tg3_setup_fiber_mii_phy(), and tulip_check_duplex().
| signed char tulip_private::phys[4] |
Definition at line 419 of file tulip.c.
Referenced by init_media(), select_media(), start_link(), and tulip_check_duplex().
| signed char tulip_private::mii_cnt |
Definition at line 419 of file tulip.c.
Referenced by init_media(), select_media(), start_link(), and tulip_reset().
| int tulip_private::cur_index |
Definition at line 420 of file tulip.c.
Referenced by init_media(), select_media(), and start_link().
| int tulip_private::saved_if_port |
Definition at line 421 of file tulip.c.
Referenced by init_media(), and start_link().
1.8.15