Lines Matching full:speeds
208 * phy_supported_speeds - return all speeds currently supported by a phy device
209 * @phy: The phy device to return supported speeds of.
210 * @speeds: buffer to store supported speeds in.
211 * @size: size of speeds buffer.
213 * Description: Returns the number of supported speeds, and fills the speeds
214 * buffer with the supported speeds. If speeds buffer is too small to contain
215 * all currently supported speeds, will return as many speeds as can fit.
218 unsigned int *speeds, in phy_supported_speeds() argument
221 return phy_speeds(speeds, size, phy->supported); in phy_supported_speeds()
243 * Description: Make sure the PHY is set to supported speeds and
257 /* We failed to find anything (no supported speeds?) */ in phy_sanitize_settings()
858 * phy_speed_up - (re)set advertised speeds to all supported speeds