Searched refs:restart_autoneg (Results 1 – 6 of 6) sorted by relevance
625 int (*restart_autoneg)(struct hnae3_handle *handle); member
1314 if (!ops->get_autoneg || !ops->restart_autoneg) in hns3_nway_reset()1330 return ops->restart_autoneg(handle); in hns3_nway_reset()
391 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function2195 .nway_reset = restart_autoneg,
1767 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function2119 .nway_reset = restart_autoneg,
5564 restart_autoneg: in tg3_setup_fiber_hw_autoneg()5630 goto restart_autoneg; in tg3_setup_fiber_hw_autoneg()
12694 .restart_autoneg = hclge_restart_autoneg,