Searched refs:TG3_PHYFLG_PHY_SERDES (Results 1 – 2 of 2) sorted by relevance
3032 if ((tp->phy_flags & TG3_PHYFLG_PHY_SERDES) && in tg3_phy_power_bug()3062 if (tp->phy_flags & TG3_PHYFLG_PHY_SERDES) { in tg3_power_down_phy()4129 if (!(tp->phy_flags & TG3_PHYFLG_PHY_SERDES)) { in tg3_power_down_prepare()6057 if (tp->phy_flags & TG3_PHYFLG_PHY_SERDES) in tg3_setup_phy()8247 (tp->phy_flags & TG3_PHYFLG_PHY_SERDES) || in tg3_mac_loopback()9332 if (tp->phy_flags & TG3_PHYFLG_PHY_SERDES) { in tg3_chip_reset()10498 !(tp->phy_flags & TG3_PHYFLG_PHY_SERDES) && in tg3_reset_hw()10705 if (tp->phy_flags & TG3_PHYFLG_PHY_SERDES) { in tg3_reset_hw()10712 if (tp->phy_flags & TG3_PHYFLG_PHY_SERDES) { in tg3_reset_hw()10736 (tp->phy_flags & TG3_PHYFLG_PHY_SERDES)) { in tg3_reset_hw()[all …]
3338 #define TG3_PHYFLG_PHY_SERDES 0x00000010 macro3340 #define TG3_PHYFLG_ANY_SERDES (TG3_PHYFLG_PHY_SERDES | \