Lines Matching refs:phylink
370 struct phylink *phylink; member
464 return phylink_ethtool_ksettings_get(ag->phylink, kset); in ag71xx_get_link_ksettings()
472 return phylink_ethtool_ksettings_set(ag->phylink, kset); in ag71xx_set_link_ksettings()
479 return phylink_ethtool_nway_reset(ag->phylink); in ag71xx_ethtool_nway_reset()
487 phylink_ethtool_get_pauseparam(ag->phylink, pause); in ag71xx_ethtool_get_pauseparam()
495 return phylink_ethtool_set_pauseparam(ag->phylink, pause); in ag71xx_ethtool_set_pauseparam()
1176 struct phylink *phylink; in ag71xx_phylink_setup() local
1181 phylink = phylink_create(&ag->phylink_config, ag->pdev->dev.fwnode, in ag71xx_phylink_setup()
1183 if (IS_ERR(phylink)) in ag71xx_phylink_setup()
1184 return PTR_ERR(phylink); in ag71xx_phylink_setup()
1186 ag->phylink = phylink; in ag71xx_phylink_setup()
1477 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
1496 phylink_start(ag->phylink); in ag71xx_open()
1509 phylink_stop(ag->phylink); in ag71xx_stop()
1510 phylink_disconnect_phy(ag->phylink); in ag71xx_stop()
1660 phylink_stop(ag->phylink); in ag71xx_restart_work_func()
1661 phylink_start(ag->phylink); in ag71xx_restart_work_func()