Searched refs:TG3_PHYFLG_IS_FET (Results 1 – 2 of 2) sorted by relevance
1193 if ((tp->phy_flags & TG3_PHYFLG_IS_FET) && in __tg3_writephy()1609 tp->phy_flags |= TG3_PHYFLG_IS_FET; in tg3_mdio_init()2193 if (tp->phy_flags & TG3_PHYFLG_IS_FET) in tg3_phy_set_extloopbk()2247 if (tp->phy_flags & TG3_PHYFLG_IS_FET) { in tg3_phy_toggle_apd()2277 if (tp->phy_flags & TG3_PHYFLG_IS_FET) { in tg3_phy_toggle_automdix()3101 } else if (tp->phy_flags & TG3_PHYFLG_IS_FET) { in tg3_power_down_phy()4141 !(tp->phy_flags & TG3_PHYFLG_IS_FET)) { in tg3_power_down_prepare()4319 if (tp->phy_flags & TG3_PHYFLG_IS_FET) { in tg3_aux_stat_to_speed_duplex()4865 else if (!(tp->phy_flags & TG3_PHYFLG_IS_FET)) in tg3_setup_copper_phy()4966 if (tp->phy_flags & TG3_PHYFLG_IS_FET) { in tg3_setup_copper_phy()[all …]
3341 #define TG3_PHYFLG_IS_FET 0x00000040 macro