Searched defs:reset_phy (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/natsemi/
H A Dns83820.c61 * - add ihr and reset_phy parameters
129 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");
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h338 * @reset_phy: for pch_gbe_hal_phy_hw_reset
349 void (*reset_phy) (struct pch_gbe_hw *); member in struct:pch_gbe_functions
/drivers/net/ethernet/broadcom/
H A Dbnx2.c2152 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) argument
2167 if (reset_phy)
2202 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) argument
2206 if (reset_phy)
2260 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) argument
2262 if (reset_phy)
2298 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) argument
2302 if (reset_phy)
2351 bnx2_init_phy(struct bnx2 *bp, int reset_phy)
2379 rc = bnx2_init_5706s_phy(bp, reset_phy);
5460 bnx2_init_nic(struct bnx2 *bp, int reset_phy) argument
[all...]
H A Dtg3.c8506 static int tg3_reset_hw(struct tg3 *tp, int reset_phy) argument
8552 if (reset_phy)
9361 static int tg3_init_hw(struct tg3 *tp, int reset_phy) argument
9367 return tg3_reset_hw(tp, reset_phy);
9619 static int tg3_restart_hw(struct tg3 *tp, int reset_phy)
9625 err = tg3_init_hw(tp, reset_phy);
12304 int err, reset_phy = 0; local
12331 reset_phy = 1;
12333 err = tg3_restart_hw(tp, reset_phy);

Completed in 147 milliseconds