Home
last modified time | relevance | path

Searched refs:sensorIdToDIMMIdx (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/oem/ampere/event/
H A Doem_event_manager.hpp331 uint8_t sensorIdToDIMMIdx(const uint16_t& sensorId);
H A Doem_event_manager.cpp281 uint8_t OemEventManager::sensorIdToDIMMIdx(const uint16_t& sensorId) in sensorIdToDIMMIdx() function in pldm::oem_ampere::OemEventManager
406 if (auto dimmIdx = sensorIdToDIMMIdx(sensorId); dimmIdx < maxDIMMInstantNum) in processNumericSensorEvent()
726 auto dimmIdx = sensorIdToDIMMIdx(sensorId); in handleDIMMStatusEvent()