Searched refs:phy_speed_up (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/phy/
H A Dphy.c1181 * phy_speed_up - (re)set advertised speeds to all supported speeds
1186 int phy_speed_up(struct phy_device *phydev) function
1212 EXPORT_SYMBOL_GPL(phy_speed_up); variable
H A Dphylink.c3063 * PHY speeds as per phy_speed_up().
3065 * Returns zero if there is no PHY, otherwise as per phy_speed_up().
3074 ret = phy_speed_up(pl->phydev);
/linux-master/include/linux/
H A Dphy.h1780 int phy_speed_up(struct phy_device *phydev);
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c2414 phy_speed_up(tp->phydev);

Completed in 153 milliseconds