Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_api.c89 .reset_phy = pch_gbe_phy_hw_reset,
193 if (!hw->func->reset_phy) in pch_gbe_hal_phy_hw_reset()
196 hw->func->reset_phy(hw); in pch_gbe_hal_phy_hw_reset()
Dpch_gbe.h349 void (*reset_phy) (struct pch_gbe_hw *); member
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dbnx2.c2152 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5709s_phy() argument
2167 if (reset_phy) in bnx2_init_5709s_phy()
2202 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5708s_phy() argument
2206 if (reset_phy) in bnx2_init_5708s_phy()
2260 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5706s_phy() argument
2262 if (reset_phy) in bnx2_init_5706s_phy()
2298 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_copper_phy() argument
2302 if (reset_phy) in bnx2_init_copper_phy()
2351 bnx2_init_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_phy() argument
2379 rc = bnx2_init_5706s_phy(bp, reset_phy); in bnx2_init_phy()
[all …]
Dtg3.c8560 static int tg3_reset_hw(struct tg3 *tp, int reset_phy) in tg3_reset_hw() argument
8606 if (reset_phy) in tg3_reset_hw()
9428 static int tg3_init_hw(struct tg3 *tp, int reset_phy) in tg3_init_hw() argument
9441 return tg3_reset_hw(tp, reset_phy); in tg3_init_hw()
9703 static int tg3_restart_hw(struct tg3 *tp, int reset_phy) in tg3_restart_hw() argument
9709 err = tg3_init_hw(tp, reset_phy); in tg3_restart_hw()
12392 int err, reset_phy = 0; in tg3_change_mtu() local
12419 reset_phy = 1; in tg3_change_mtu()
12421 err = tg3_restart_hw(tp, reset_phy); in tg3_change_mtu()
/linux-3.4.99/drivers/net/ethernet/natsemi/
Dns83820.c129 static int reset_phy = 0; variable
2104 if (reset_phy) {
2306 module_param(reset_phy, int, 0);
2307 MODULE_PARM_DESC(reset_phy, "Set to 1 to reset the PHY on startup");
/linux-3.4.99/drivers/net/ethernet/cadence/
Dat91_ether.c376 static void reset_phy(struct net_device *dev)