Lines Matching refs:reset_phy
9867 static int tg3_reset_hw(struct tg3 *tp, bool reset_phy)
9893 if (reset_phy)
10783 static int tg3_init_hw(struct tg3 *tp, bool reset_phy)
10796 return tg3_reset_hw(tp, reset_phy);
11161 static int tg3_restart_hw(struct tg3 *tp, bool reset_phy)
11167 err = tg3_init_hw(tp, reset_phy);
11568 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq,
11610 err = tg3_init_hw(tp, reset_phy);
12459 bool reset_phy = false;
12495 reset_phy = true;
12497 err = tg3_restart_hw(tp, reset_phy);
12531 bool reset_phy = false;
12605 reset_phy = true;
12607 err = tg3_restart_hw(tp, reset_phy);
14249 bool reset_phy = false;
14276 reset_phy = true;
14278 err = tg3_restart_hw(tp, reset_phy);