Lines Matching refs:reset_phy
9882 static int tg3_reset_hw(struct tg3 *tp, bool reset_phy)
9908 if (reset_phy)
10799 static int tg3_init_hw(struct tg3 *tp, bool reset_phy)
10812 return tg3_reset_hw(tp, reset_phy);
11177 static int tg3_restart_hw(struct tg3 *tp, bool reset_phy)
11183 err = tg3_init_hw(tp, reset_phy);
11588 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq,
11630 err = tg3_init_hw(tp, reset_phy);
12473 bool reset_phy = false;
12509 reset_phy = true;
12511 err = tg3_restart_hw(tp, reset_phy);
12545 bool reset_phy = false;
12619 reset_phy = true;
12621 err = tg3_restart_hw(tp, reset_phy);
14297 bool reset_phy = false;
14324 reset_phy = true;
14326 err = tg3_restart_hw(tp, reset_phy);