Searched refs:TG3_PHYFLG_KEEP_LINK_ON_PWRDN (Results 1 – 2 of 2) sorted by relevance
3063 if (tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN) in tg3_power_down_phy()4137 TG3_PHYFLG_KEEP_LINK_ON_PWRDN) { in tg3_power_down_prepare()4407 !(tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN)) { in tg3_phy_copper_begin()4433 (tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN)) { in tg3_phy_copper_begin()4933 (tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN) && in tg3_setup_copper_phy()9280 TG3_PHYFLG_KEEP_LINK_ON_PWRDN); in tg3_chip_reset()9298 tp->phy_flags |= TG3_PHYFLG_KEEP_LINK_ON_PWRDN; in tg3_chip_reset()9849 if ((tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN) && in tg3_reset_hw()11701 !(tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN), in tg3_open()15274 tp->phy_flags |= TG3_PHYFLG_KEEP_LINK_ON_PWRDN; in tg3_get_eeprom_hw_cfg()[all …]
3338 #define TG3_PHYFLG_KEEP_LINK_ON_PWRDN 0x00100000 macro