Lines Matching defs:supported

132  * phy_get_rate_matching - determine if rate matching is supported
217 * @supported: mask of supported link modes
219 * Locate a supported phy setting that is, in priority order:
222 * - the slowest supported speed
223 * Returns the matched phy_setting entry, or %NULL if no supported phy
227 phy_find_valid(int speed, int duplex, unsigned long *supported)
229 return phy_lookup_setting(speed, duplex, supported, false);
233 * phy_supported_speeds - return all speeds currently supported by a phy device
234 * @phy: The phy device to return supported speeds of.
235 * @speeds: buffer to store supported speeds in.
238 * Description: Returns the number of supported speeds, and fills the speeds
239 * buffer with the supported speeds. If speeds buffer is too small to contain
240 * all currently supported speeds, will return as many speeds as can fit.
246 return phy_speeds(speeds, size, phy->supported);
265 * phy_sanitize_settings - make sure the PHY is set to supported speed and duplex
268 * Description: Make sure the PHY is set to supported speeds and
277 phydev->supported);
282 /* We failed to find anything (no supported speeds?) */
292 linkmode_copy(cmd->link_modes.supported, phydev->supported);
1086 linkmode_and(advertising, advertising, phydev->supported);
1133 * phy_speed_down - set speed to lowest speed supported by both link partners
1181 * phy_speed_up - (re)set advertised speeds to all supported speeds
1589 * is supported by looking at the MMD registers 3.20 and 7.60/61
1640 * phy_ethtool_get_eee - get EEE supported and status
1694 * phy_ethtool_set_eee - set EEE supported and status