Searched refs:ASIC_REV_5785 (Results 1 – 2 of 2) sorted by relevance
981 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785) in tg3_mdio_start()1072 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785) in tg3_mdio_init()1344 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785) { in tg3_adjust_link()5921 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5785) { in tg3_restore_pci_state()6851 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785 || in tg3_reset_hw()6876 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785 || in tg3_reset_hw()8688 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785 || in tg3_set_tso()10447 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785) in tg3_nvram_init()10973 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785) in tg3_get_eeprom_hw_cfg()11741 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785 || in tg3_get_invariants()[all …]
114 #define ASIC_REV_5785 0x5785 macro