Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_api.c91 .reset_phy = pch_gbe_phy_hw_reset,
202 if (!hw->func->reset_phy) { in pch_gbe_hal_phy_hw_reset()
208 hw->func->reset_phy(hw); in pch_gbe_hal_phy_hw_reset()
Dpch_gbe.h348 void (*reset_phy) (struct pch_gbe_hw *); member
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbnx2.c2165 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5709s_phy() argument
2180 if (reset_phy) in bnx2_init_5709s_phy()
2215 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5708s_phy() argument
2219 if (reset_phy) in bnx2_init_5708s_phy()
2273 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5706s_phy() argument
2275 if (reset_phy) in bnx2_init_5706s_phy()
2311 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_copper_phy() argument
2315 if (reset_phy) in bnx2_init_copper_phy()
2370 bnx2_init_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_phy() argument
2398 rc = bnx2_init_5706s_phy(bp, reset_phy); in bnx2_init_phy()
[all …]
Dtg3.c9834 static int tg3_reset_hw(struct tg3 *tp, bool reset_phy) in tg3_reset_hw() argument
9860 if (reset_phy) in tg3_reset_hw()
10729 static int tg3_init_hw(struct tg3 *tp, bool reset_phy) in tg3_init_hw() argument
10742 return tg3_reset_hw(tp, reset_phy); in tg3_init_hw()
11103 static int tg3_restart_hw(struct tg3 *tp, bool reset_phy) in tg3_restart_hw() argument
11109 err = tg3_init_hw(tp, reset_phy); in tg3_restart_hw()
11504 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument
11546 err = tg3_init_hw(tp, reset_phy); in tg3_start()
14202 bool reset_phy = false; in tg3_change_mtu() local
14229 reset_phy = true; in tg3_change_mtu()
[all …]
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dns83820.c128 static int reset_phy = 0; variable
2103 if (reset_phy) {
2303 module_param(reset_phy, int, 0);
2304 MODULE_PARM_DESC(reset_phy, "Set to 1 to reset the PHY on startup");