Searched refs:TG3_PHYFLG_EEE_CAP (Results 1 – 2 of 2) sorted by relevance
1891 if (tp->phy_flags & TG3_PHYFLG_EEE_CAP) in tg3_link_report() 2347 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_eee_pull_config() 2386 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_phy_eee_adjust() 4348 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_phy_autoneg_cfg() 4613 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_phy_eee_config_ok() 9967 if (tp->phy_flags & TG3_PHYFLG_EEE_CAP) in tg3_reset_hw() 11819 tp->phy_flags &= ~TG3_PHYFLG_EEE_CAP; in tg3_open() 11820 } else if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) { in tg3_open() 11822 tp->phy_flags |= TG3_PHYFLG_EEE_CAP; in tg3_open() 13719 eee_cap = tp->phy_flags & TG3_PHYFLG_EEE_CAP; in tg3_test_loopback() [all...]
3354 #define TG3_PHYFLG_EEE_CAP 0x00040000 macro