Searched refs:pci_chip_rev_id (Results 1 – 2 of 2) sorted by relevance
166 if ((GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) && in tg3_switch_clocks()167 (!((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750) in tg3_switch_clocks()487 if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) || in tg3_phy_reset()488 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704) || in tg3_phy_reset()489 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705)) { in tg3_phy_reset()495 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750) { in tg3_phy_reset()658 (tp->pci_chip_rev_id == CHIPREV_ID_5701_A0 || in tg3_phy_copper_begin()659 tp->pci_chip_rev_id == CHIPREV_ID_5701_B0)) { in tg3_phy_copper_begin()709 if ( ( (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) || in tg3_setup_copper_phy()710 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704) || in tg3_setup_copper_phy()[all …]
2019 uint16_t pci_chip_rev_id; member