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 |
Definition at line 401 of file tulip.c.
Definition at line 403 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().
Definition at line 406 of file tulip.c.
Referenced by parse_eeprom(), start_link(), tulip_probe(), and tulip_reset().
| unsigned short tulip_private::vendor_id |
| unsigned short tulip_private::dev_id |
| unsigned char tulip_private::ehdr[ETH_HLEN] |
| const char* tulip_private::nic_name |
Definition at line 410 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 |
| unsigned int tulip_private::csr6 |
Definition at line 411 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 412 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 413 of file tulip.c.
Referenced by init_media(), pnic_do_nway(), select_media(), start_link(), and tulip_check_duplex().
| unsigned int tulip_private::full_duplex_lock |
| unsigned int tulip_private::medialock |
| unsigned int tulip_private::mediasense |
| unsigned int tulip_private::nway |
| unsigned int tulip_private::nwayset |
Definition at line 417 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 418 of file tulip.c.
Referenced by init_media(), select_media(), start_link(), and tulip_probe().
| unsigned char tulip_private::eeprom[EEPROM_SIZE] |
| u8 tulip_private::media_table_storage[(sizeof(struct mediatable)+32 *sizeof(struct medialeaf))] |
Definition at line 421 of file tulip.c.
Referenced by nway_start(), parse_eeprom(), and start_link().
Definition at line 421 of file tulip.c.
Referenced by select_media(), start_link(), and tulip_probe().
struct mediatable* tulip_private::mtable [read] |
Definition at line 422 of file tulip.c.
Referenced by init_media(), nway_start(), parse_eeprom(), select_media(), start_link(), and tulip_reset().
Definition at line 424 of file tulip.c.
Referenced by select_media(), start_link(), and tulip_check_duplex().
| signed char tulip_private::phys[4] |
Definition at line 425 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 425 of file tulip.c.
Referenced by init_media(), select_media(), start_link(), and tulip_reset().
Definition at line 426 of file tulip.c.
Referenced by init_media(), select_media(), and start_link().
1.5.7.1