Home
last modified time | relevance | path

Searched refs:TG3_PHYFLG_EEE_CAP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c1896 if (tp->phy_flags & TG3_PHYFLG_EEE_CAP) in tg3_link_report()
2352 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_eee_pull_config()
2391 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_phy_eee_adjust()
4352 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_phy_autoneg_cfg()
4628 if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) in tg3_phy_eee_config_ok()
9905 if (tp->phy_flags & TG3_PHYFLG_EEE_CAP) in tg3_reset_hw()
11754 tp->phy_flags &= ~TG3_PHYFLG_EEE_CAP; in tg3_open()
11755 } else if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) { in tg3_open()
11757 tp->phy_flags |= TG3_PHYFLG_EEE_CAP; in tg3_open()
13689 eee_cap = tp->phy_flags & TG3_PHYFLG_EEE_CAP; in tg3_test_loopback()
[all...]
H A Dtg3.h3353 #define TG3_PHYFLG_EEE_CAP 0x00040000 macro
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A 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()
9890 if (tp->phy_flags & TG3_PHYFLG_EEE_CAP) in tg3_reset_hw()
11734 tp->phy_flags &= ~TG3_PHYFLG_EEE_CAP; in tg3_open()
11735 } else if (!(tp->phy_flags & TG3_PHYFLG_EEE_CAP)) { in tg3_open()
11737 tp->phy_flags |= TG3_PHYFLG_EEE_CAP; in tg3_open()
13638 eee_cap = tp->phy_flags & TG3_PHYFLG_EEE_CAP; in tg3_test_loopback()
[all...]
H A Dtg3.h3353 #define TG3_PHYFLG_EEE_CAP 0x00040000 macro

Completed in 98 milliseconds