Lines Matching refs:reset_phy
9872 static int tg3_reset_hw(struct tg3 *tp, bool reset_phy) in tg3_reset_hw() argument
9898 if (reset_phy) in tg3_reset_hw()
10788 static int tg3_init_hw(struct tg3 *tp, bool reset_phy) in tg3_init_hw() argument
10801 return tg3_reset_hw(tp, reset_phy); in tg3_init_hw()
11166 static int tg3_restart_hw(struct tg3 *tp, bool reset_phy) in tg3_restart_hw() argument
11172 err = tg3_init_hw(tp, reset_phy); in tg3_restart_hw()
11573 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument
11615 err = tg3_init_hw(tp, reset_phy); in tg3_start()
12464 bool reset_phy = false; in tg3_set_ringparam() local
12500 reset_phy = true; in tg3_set_ringparam()
12502 err = tg3_restart_hw(tp, reset_phy); in tg3_set_ringparam()
12536 bool reset_phy = false; in tg3_set_pauseparam() local
12610 reset_phy = true; in tg3_set_pauseparam()
12612 err = tg3_restart_hw(tp, reset_phy); in tg3_set_pauseparam()
14254 bool reset_phy = false; in tg3_change_mtu() local
14281 reset_phy = true; in tg3_change_mtu()
14283 err = tg3_restart_hw(tp, reset_phy); in tg3_change_mtu()