Searched refs:TG3_PHYFLG_IS_CONNECTED (Results 1 – 2 of 2) sorted by relevance
2090 if (tp->phy_flags & TG3_PHYFLG_IS_CONNECTED) in tg3_phy_init()2127 tp->phy_flags |= TG3_PHYFLG_IS_CONNECTED; in tg3_phy_init()2138 if (!(tp->phy_flags & TG3_PHYFLG_IS_CONNECTED)) in tg3_phy_start()2158 if (!(tp->phy_flags & TG3_PHYFLG_IS_CONNECTED)) in tg3_phy_stop()2166 if (tp->phy_flags & TG3_PHYFLG_IS_CONNECTED) { in tg3_phy_fini()2168 tp->phy_flags &= ~TG3_PHYFLG_IS_CONNECTED; in tg3_phy_fini()4046 if ((tp->phy_flags & TG3_PHYFLG_IS_CONNECTED) && in tg3_power_down_prepare()12090 if (!(tp->phy_flags & TG3_PHYFLG_IS_CONNECTED)) in tg3_get_settings()12157 if (!(tp->phy_flags & TG3_PHYFLG_IS_CONNECTED)) in tg3_set_settings()12312 if (!(tp->phy_flags & TG3_PHYFLG_IS_CONNECTED)) in tg3_nway_reset()[all …]
3317 #define TG3_PHYFLG_IS_CONNECTED 0x00000002 macro