Lines Matching refs:max_speed
197 static int ice_get_maxspeed(struct ice_hw *hw, u8 lport, u8 *max_speed);
11172 * @max_speed: return max speed for input lport
11175 ice_get_maxspeed(struct ice_hw *hw, u8 lport, u8 *max_speed)
11198 *max_speed = options[active_idx].max_lane_speed;
11327 u8 max_speed = 0;
11330 &max_speed);
11334 if (max_speed == ICE_AQC_PORT_OPT_MAX_LANE_M)
11339 if (max_speed == ICE_AQC_PORT_OPT_MAX_LANE_100G)
11341 else if (max_speed == ICE_AQC_PORT_OPT_MAX_LANE_50G ||
11342 max_speed == ICE_AQC_PORT_OPT_MAX_LANE_40G)