Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dcollect_slot_vpd.cpp19 static_cast<unsigned>(currentOnGoingSlotEntity.entity_type), in timeOutHandler()
21 static_cast<unsigned>(currentOnGoingSlotEntity.entity_instance_num), in timeOutHandler()
23 static_cast<unsigned>(currentOnGoingSlotEntity.entity_container_id)); in timeOutHandler()
30 currentOnGoingSlotEntity.entity_instance_num, in timeOutHandler()
31 currentOnGoingSlotEntity.entity_container_id, in timeOutHandler()
55 this->currentOnGoingSlotEntity.entity_type = value.entity_type; in enableSlot()
56 this->currentOnGoingSlotEntity.entity_instance_num = in enableSlot()
58 this->currentOnGoingSlotEntity.entity_container_id = in enableSlot()
H A Dcollect_slot_vpd.hpp54 currentOnGoingSlotEntity.entity_type = 0; in SlotHandler()
55 currentOnGoingSlotEntity.entity_instance_num = 0; in SlotHandler()
56 currentOnGoingSlotEntity.entity_container_id = 0; in SlotHandler()
169 pldm_entity currentOnGoingSlotEntity; member in pldm::responder::SlotHandler