Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dphy.c202 int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done() function
211 EXPORT_SYMBOL(phy_aneg_done);
1034 ret = phy_aneg_done(phydev); in phy_poll_aneg_done()
/openbmc/linux/include/linux/
H A Dphy.h1740 int phy_aneg_done(struct phy_device *phydev);
/openbmc/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c1325 while (!phy_aneg_done(ndev->phydev) && in greth_mdio_init()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c2886 !phy_aneg_done(phy_data->phydev)) in xgbe_phy_link_status()