Searched refs:sysctl_speeds (Results 1 – 1 of 1) sorted by relevance
152 ice_sysctl_speeds_to_aq_phy_types(u16 sysctl_speeds, u64 *phy_type_low,3132 u16 sysctl_speeds = 0; in ice_aq_phy_types_to_link_speeds() local3137 sysctl_speeds |= phy_link_speeds[bit]; in ice_aq_phy_types_to_link_speeds()3142 sysctl_speeds |= phy_link_speeds[bit + 64]; in ice_aq_phy_types_to_link_speeds()3144 sysctl_speeds |= ICE_AQ_LINK_SPEED_UNKNOWN; in ice_aq_phy_types_to_link_speeds()3147 return (sysctl_speeds); in ice_aq_phy_types_to_link_speeds()3160 ice_sysctl_speeds_to_aq_phy_types(u16 sysctl_speeds, u64 *phy_type_low, in ice_sysctl_speeds_to_aq_phy_types() argument3165 if (sysctl_speeds & ICE_AQ_LINK_SPEED_100MB) in ice_sysctl_speeds_to_aq_phy_types()3167 if (sysctl_speeds & ICE_AQ_LINK_SPEED_1000MB) in ice_sysctl_speeds_to_aq_phy_types()3169 if (sysctl_speeds & ICE_AQ_LINK_SPEED_2500MB) in ice_sysctl_speeds_to_aq_phy_types()[all …]