Home
last modified time | relevance | path

Searched refs:maxSensorsPerLUN (Results 1 – 4 of 4) sorted by relevance

/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp52 static constexpr uint16_t maxSensorsPerLUN = 255; variable
53 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()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp54 static constexpr uint16_t maxSensorsPerLUN = 255; variable
55 static constexpr uint16_t maxIPMISensors = (maxSensorsPerLUN * 3);
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp252 if (sensorIndex == maxSensorsPerLUN) in getSensorNumMap()
256 else if (sensorIndex == (lun1Sensor0 | maxSensorsPerLUN)) in getSensorNumMap()
261 else if (sensorIndex == (lun3Sensor0 | maxSensorsPerLUN)) in getSensorNumMap()
H A Dsensorcommands.cpp2171 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()