Searched refs:maxIPMISensors (Results 1 – 3 of 3) sorted by relevance
55 static constexpr uint16_t maxIPMISensors = (maxSensorsPerLUN * 3); variable
102 static constexpr size_t maxIPMISensors = ((3 * 256) - (3 * 1)); variable2112 return std::min(getSensorTree().size(), maxIPMISensors); in getNumberOfSensors()2166 else if ((recordID >= lun1MaxSensorNum) && (recordID < maxIPMISensors)) in getSensorDataRecord()2186 if (((sensorNum > lun1MaxSensorNum) && (sensorNum <= maxIPMISensors)) || in getSensorDataRecord()2323 if (numSensors <= maxIPMISensors) in ipmiSensorGetDeviceSdrInfo()2353 if (numSensors > maxIPMISensors) in ipmiSensorGetDeviceSdrInfo()
53 static constexpr uint16_t maxIPMISensors = (maxSensorsPerLUN * 3); variable