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.hpp333 uint8_t sensorIdToDIMMIdx(const uint16_t& sensorId);
H A Doem_event_manager.cpp290 uint8_t OemEventManager::sensorIdToDIMMIdx(const uint16_t& sensorId) in sensorIdToDIMMIdx() function in pldm::oem_ampere::OemEventManager
417 if (auto dimmIdx = sensorIdToDIMMIdx(sensorId); dimmIdx < maxDIMMInstantNum) in processNumericSensorEvent()
739 auto dimmIdx = sensorIdToDIMMIdx(sensorId); in handleDIMMStatusEvent()