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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dns83820.c33 static int reset_phy = 0; variable
1858 if (reset_phy) {
2058 module_param(reset_phy, int, 0);
2059 MODULE_PARM_DESC(reset_phy, "Set to 1 to reset the PHY on startup");
H A Dtg3.c3679 static int tg3_restart_hw(struct tg3 *tp, int reset_phy) argument
3683 err = tg3_init_hw(tp, reset_phy);
6036 static int tg3_reset_hw(struct tg3 *tp, int reset_phy) argument
6051 if (reset_phy)
6675 static int tg3_init_hw(struct tg3 *tp, int reset_phy) argument
6688 err = tg3_reset_hw(tp, reset_phy);

Completed in 166 milliseconds