Searched refs:sysctl_speeds (Results 1 – 1 of 1) sorted by relevance
181 ice_sysctl_speeds_to_aq_phy_types(u16 sysctl_speeds, u64 *phy_type_low,3221 u16 sysctl_speeds = 0; in ice_aq_phy_types_to_link_speeds() local3226 sysctl_speeds |= phy_link_speeds[bit]; in ice_aq_phy_types_to_link_speeds()3231 sysctl_speeds |= phy_link_speeds[bit + 64]; in ice_aq_phy_types_to_link_speeds()3233 sysctl_speeds |= ICE_AQ_LINK_SPEED_UNKNOWN; in ice_aq_phy_types_to_link_speeds()3236 return (sysctl_speeds); in ice_aq_phy_types_to_link_speeds()3249 ice_sysctl_speeds_to_aq_phy_types(u16 sysctl_speeds, u64 *phy_type_low, in ice_sysctl_speeds_to_aq_phy_types() argument3254 if (sysctl_speeds & ICE_AQ_LINK_SPEED_100MB) in ice_sysctl_speeds_to_aq_phy_types()3256 if (sysctl_speeds & ICE_AQ_LINK_SPEED_1000MB) in ice_sysctl_speeds_to_aq_phy_types()3258 if (sysctl_speeds & ICE_AQ_LINK_SPEED_2500MB) in ice_sysctl_speeds_to_aq_phy_types()[all …]