Lines Matching full:speeds
182 * phy_supported_speeds - return all speeds currently supported by a phy device
183 * @phy: The phy device to return supported speeds of.
184 * @speeds: buffer to store supported speeds in.
185 * @size: size of speeds buffer.
187 * Description: Returns the number of supported speeds, and fills the speeds
188 * buffer with the supported speeds. If speeds buffer is too small to contain
189 * all currently supported speeds, will return as many speeds as can fit.
192 unsigned int *speeds, in phy_supported_speeds() argument
197 return phy_speeds(speeds, size, &supported, BITS_PER_LONG); in phy_supported_speeds()
220 * Description: Make sure the PHY is set to supported speeds and
238 /* We failed to find anything (no supported speeds?) */ in phy_sanitize_settings()
616 * phy_speed_up - (re)set advertised speeds to all supported speeds