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

/drivers/net/phy/
H A Dphy.c186 * phy_find_valid - find a PHY setting that matches the requested features mask
195 static inline int phy_find_valid(int idx, u32 features) function
220 idx = phy_find_valid(phy_find_setting(phydev->speed, phydev->duplex),
480 idx = phy_find_valid(idx, phydev->supported);
834 idx = phy_find_valid(0, phydev->supported);

Completed in 399 milliseconds