Searched refs:restart_autoneg (Results 1 – 6 of 6) sorted by relevance
500 int (*restart_autoneg)(struct hnae3_handle *handle); member
1089 if (!ops->get_autoneg || !ops->restart_autoneg) in hns3_nway_reset()1105 return ops->restart_autoneg(handle); in hns3_nway_reset()
391 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function2178 .nway_reset = restart_autoneg,
1768 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function2124 .nway_reset = restart_autoneg,
5569 restart_autoneg: in tg3_setup_fiber_hw_autoneg()5635 goto restart_autoneg; in tg3_setup_fiber_hw_autoneg()
11443 .restart_autoneg = hclge_restart_autoneg,