Home
last modified time | relevance | path

Searched refs:restart_autoneg (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h625 int (*restart_autoneg)(struct hnae3_handle *handle); member
H A Dhns3_ethtool.c1329 if (!ops->get_autoneg || !ops->restart_autoneg) in hns3_nway_reset()
1345 return ops->restart_autoneg(handle); in hns3_nway_reset()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c391 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function
2195 .nway_reset = restart_autoneg,
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c1767 static int restart_autoneg(struct net_device *dev) in restart_autoneg() function
2119 .nway_reset = restart_autoneg,
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c5564 restart_autoneg: in tg3_setup_fiber_hw_autoneg()
5630 goto restart_autoneg; in tg3_setup_fiber_hw_autoneg()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12728 .restart_autoneg = hclge_restart_autoneg,