Home
last modified time | relevance | path

Searched refs:TG3_PHYFLG_EEE_CAP (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/broadcom/
Dtg3.c1890 if (tp->phy_flags & TG3_PHYFLG_EEE_CAP) in tg3_link_report()
2346 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_eee_pull_config()
2385 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_phy_eee_adjust()
4347 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_phy_autoneg_cfg()
4623 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_phy_eee_config_ok()
9873 if (tp->phy_flags & TG3_PHYFLG_EEE_CAP) in tg3_reset_hw()
11716 tp->phy_flags &= ~TG3_PHYFLG_EEE_CAP; in tg3_open()
11717 } else if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) { in tg3_open()
11719 tp->phy_flags |= TG3_PHYFLG_EEE_CAP; in tg3_open()
13599 eee_cap = tp->phy_flags & TG3_PHYFLG_EEE_CAP; in tg3_test_loopback()
[all …]
Dtg3.h3353 #define TG3_PHYFLG_EEE_CAP 0x00040000 macro