Searched refs:restart_autoneg (Results 1 – 6 of 6) sorted by relevance
583 int (*restart_autoneg)(struct hnae3_handle *handle); member
1188 if (!ops->get_autoneg || !ops->restart_autoneg) in hns3_nway_reset()1204 return ops->restart_autoneg(handle); in hns3_nway_reset()
391 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function2182 .nway_reset = restart_autoneg,
1767 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function2115 .nway_reset = restart_autoneg,
5563 restart_autoneg: in tg3_setup_fiber_hw_autoneg()5629 goto restart_autoneg; in tg3_setup_fiber_hw_autoneg()
13113 .restart_autoneg = hclge_restart_autoneg,
Completed in 63 milliseconds