Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/
Dtg3.c3058 if (tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN) in tg3_power_down_phy()
4142 TG3_PHYFLG_KEEP_LINK_ON_PWRDN) { in tg3_power_down_prepare()
4412 !(tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN)) { in tg3_phy_copper_begin()
4438 (tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN)) { in tg3_phy_copper_begin()
4938 (tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN) && in tg3_setup_copper_phy()
9300 TG3_PHYFLG_KEEP_LINK_ON_PWRDN); in tg3_chip_reset()
9318 tp->phy_flags |= TG3_PHYFLG_KEEP_LINK_ON_PWRDN; in tg3_chip_reset()
9869 if ((tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN) && in tg3_reset_hw()
11751 !(tp->phy_flags & TG3_PHYFLG_KEEP_LINK_ON_PWRDN), in tg3_open()
15303 tp->phy_flags |= TG3_PHYFLG_KEEP_LINK_ON_PWRDN; in tg3_get_eeprom_hw_cfg()
[all …]
Dtg3.h3355 #define TG3_PHYFLG_KEEP_LINK_ON_PWRDN 0x00100000 macro