Lines Matching full:speeds
217 * phy_supported_speeds - return all speeds currently supported by a phy device
218 * @phy: The phy device to return supported speeds of.
219 * @speeds: buffer to store supported speeds in.
220 * @size: size of speeds buffer.
222 * Description: Returns the number of supported speeds, and fills the speeds
223 * buffer with the supported speeds. If speeds buffer is too small to contain
224 * all currently supported speeds, will return as many speeds as can fit.
227 unsigned int *speeds, in phy_supported_speeds() argument
230 return phy_caps_speeds(speeds, size, phy->supported); in phy_supported_speeds()
252 * Description: Make sure the PHY is set to supported speeds and
267 /* We failed to find anything (no supported speeds?) */ in phy_sanitize_settings()
1269 * phy_speed_up - (re)set advertised speeds to all supported speeds