Searched refs:reset_phy (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dns83820.c35 static int reset_phy = 0; variable
2005 if (reset_phy) {
2201 module_param(reset_phy, int, 0);
2202 MODULE_PARM_DESC(reset_phy, "Set to 1 to reset the PHY on startup");
H A Dbnx2.c2181 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) argument
2196 if (reset_phy)
2231 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) argument
2235 if (reset_phy)
2289 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) argument
2291 if (reset_phy)
2327 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) argument
2331 if (reset_phy)
2380 bnx2_init_phy(struct bnx2 *bp, int reset_phy)
2408 rc = bnx2_init_5706s_phy(bp, reset_phy);
5427 bnx2_init_nic(struct bnx2 *bp, int reset_phy) argument
[all...]
H A Dtg3.c5285 static int tg3_restart_hw(struct tg3 *tp, int reset_phy)
5291 err = tg3_init_hw(tp, reset_phy);
7599 static int tg3_reset_hw(struct tg3 *tp, int reset_phy) argument
7614 if (reset_phy)
8380 static int tg3_init_hw(struct tg3 *tp, int reset_phy) argument
8386 return tg3_reset_hw(tp, reset_phy);

Completed in 188 milliseconds