Lines Matching refs:speeds
225 * phy_supported_speeds - return all speeds currently supported by a phy device
226 * @phy: The phy device to return supported speeds of.
227 * @speeds: buffer to store supported speeds in.
228 * @size: size of speeds buffer.
230 * Description: Returns the number of supported speeds, and fills the speeds
231 * buffer with the supported speeds. If speeds buffer is too small to contain
232 * all currently supported speeds, will return as many speeds as can fit.
235 unsigned int *speeds,
238 return phy_speeds(speeds, size, phy->supported);
260 * Description: Make sure the PHY is set to supported speeds and
274 /* We failed to find anything (no supported speeds?) */
904 * phy_speed_up - (re)set advertised speeds to all supported speeds