Searched refs:maxSensorsPerLUN (Results 1 – 4 of 4) sorted by relevance
52 static constexpr uint16_t maxSensorsPerLUN = 255; variable53 static constexpr uint16_t maxIPMISensors = (maxSensorsPerLUN * 3);307 if (sensorIndex == maxSensorsPerLUN) in getSensorNumMap()311 else if (sensorIndex == (lun1Sensor0 | maxSensorsPerLUN)) in getSensorNumMap()316 else if (sensorIndex == (lun3Sensor0 | maxSensorsPerLUN)) in getSensorNumMap()
54 static constexpr uint16_t maxSensorsPerLUN = 255; variable55 static constexpr uint16_t maxIPMISensors = (maxSensorsPerLUN * 3);
252 if (sensorIndex == maxSensorsPerLUN) in getSensorNumMap()256 else if (sensorIndex == (lun1Sensor0 | maxSensorsPerLUN)) in getSensorNumMap()261 else if (sensorIndex == (lun3Sensor0 | maxSensorsPerLUN)) in getSensorNumMap()
2171 sensNumFromRecID = recordID + (maxSensorsPerLUN + 1) + 2; in getSensorDataRecord()2313 (numSensors > maxSensorsPerLUN) ? maxSensorsPerLUN : numSensors; in ipmiSensorGetDeviceSdrInfo()2315 else if ((ctx->lun == lun1) && (numSensors > maxSensorsPerLUN)) in ipmiSensorGetDeviceSdrInfo()2317 sdrCount = (numSensors > (2 * maxSensorsPerLUN)) in ipmiSensorGetDeviceSdrInfo()2318 ? maxSensorsPerLUN in ipmiSensorGetDeviceSdrInfo()2319 : (numSensors - maxSensorsPerLUN) & maxSensorsPerLUN; in ipmiSensorGetDeviceSdrInfo()2325 sdrCount = (numSensors - (2 * maxSensorsPerLUN)) & in ipmiSensorGetDeviceSdrInfo()2326 maxSensorsPerLUN; in ipmiSensorGetDeviceSdrInfo()2345 if (numSensors > maxSensorsPerLUN) in ipmiSensorGetDeviceSdrInfo()2349 if (numSensors >= (maxSensorsPerLUN * 2)) in ipmiSensorGetDeviceSdrInfo()