Searched refs:phy_speed_up (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/linux/
H A Dphy.h1781 int phy_speed_up(struct phy_device *phydev);
/linux-master/drivers/net/phy/
H A Dphylink.c3089 * PHY speeds as per phy_speed_up().
3091 * Returns zero if there is no PHY, otherwise as per phy_speed_up().
3100 ret = phy_speed_up(pl->phydev);
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
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c2416 phy_speed_up(tp->phydev);

Completed in 178 milliseconds