Home
last modified time | relevance | path

Searched refs:reset_phy (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-dwc-qos-eth.c345 goto reset_phy; in tegra_eqos_probe()
350 goto reset_phy; in tegra_eqos_probe()
356 goto reset_phy; in tegra_eqos_probe()
373 reset_phy: in tegra_eqos_probe()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbnx2.c2187 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5709s_phy() argument
2202 if (reset_phy) in bnx2_init_5709s_phy()
2237 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5708s_phy() argument
2241 if (reset_phy) in bnx2_init_5708s_phy()
2295 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5706s_phy() argument
2297 if (reset_phy) in bnx2_init_5706s_phy()
2333 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_copper_phy() argument
2337 if (reset_phy) in bnx2_init_copper_phy()
2392 bnx2_init_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_phy() argument
2420 rc = bnx2_init_5706s_phy(bp, reset_phy); in bnx2_init_phy()
[all …]
Dtg3.c9866 static int tg3_reset_hw(struct tg3 *tp, bool reset_phy) in tg3_reset_hw() argument
9892 if (reset_phy) in tg3_reset_hw()
10783 static int tg3_init_hw(struct tg3 *tp, bool reset_phy) in tg3_init_hw() argument
10796 return tg3_reset_hw(tp, reset_phy); in tg3_init_hw()
11163 static int tg3_restart_hw(struct tg3 *tp, bool reset_phy) in tg3_restart_hw() argument
11169 err = tg3_init_hw(tp, reset_phy); in tg3_restart_hw()
11564 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument
11606 err = tg3_init_hw(tp, reset_phy); in tg3_start()
14258 bool reset_phy = false; in tg3_change_mtu() local
14285 reset_phy = true; in tg3_change_mtu()
[all …]
/Linux-v4.19/drivers/net/ethernet/natsemi/
Dns83820.c128 static int reset_phy = 0; variable
2096 if (reset_phy) {
2298 module_param(reset_phy, int, 0);
2299 MODULE_PARM_DESC(reset_phy, "Set to 1 to reset the PHY on startup");