Searched refs:restart_autoneg (Results 1 – 6 of 6) sorted by relevance
411 int (*restart_autoneg)(struct hnae3_handle *handle); member
1052 if (!ops->get_autoneg || !ops->restart_autoneg) in hns3_nway_reset()1071 return ops->restart_autoneg(handle); in hns3_nway_reset()
321 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function1588 .nway_reset = restart_autoneg,
1769 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function2124 .nway_reset = restart_autoneg,
5575 restart_autoneg: in tg3_setup_fiber_hw_autoneg()5641 goto restart_autoneg; in tg3_setup_fiber_hw_autoneg()
10155 .restart_autoneg = hclge_restart_autoneg,