Home
last modified time | relevance | path

Searched refs:phy_config_aneg (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/phy/
Dphy.c506 static int phy_config_aneg(struct phy_device *phydev) in phy_config_aneg() function
575 err = phy_config_aneg(phydev); in phy_start_aneg()
636 ret = phy_config_aneg(phydev); in phy_speed_down()
667 return phy_config_aneg(phydev); in phy_speed_up()
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c304 ret = pdata->phy_if.phy_config_aneg(pdata); in xgbe_set_pauseparam()
396 ret = pdata->phy_if.phy_config_aneg(pdata); in xgbe_set_link_ksettings()
Dxgbe.h912 int (*phy_config_aneg)(struct xgbe_prv_data *); member
Dxgbe-mdio.c1627 phy_if->phy_config_aneg = xgbe_phy_config_aneg; in xgbe_init_function_ptrs_phy()