Searched refs:setPELHostTransState (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | host_notifier.cpp | 334 _repo.setPELHostTransState(id, TransmissionState::newPEL); in hostStateChange() 364 _repo.setPELHostTransState(id, TransmissionState::sent); in commandResponse() 420 _repo.setPELHostTransState(id, TransmissionState::acked); in ackPEL() 461 _repo.setPELHostTransState(id, TransmissionState::newPEL); in setHostFull() 489 _repo.setPELHostTransState(id, TransmissionState::badPEL); in setBadPEL()
|
| H A D | repository.hpp | 332 void setPELHostTransState(uint32_t pelID, TransmissionState state);
|
| H A D | repository.cpp | 389 void Repository::setPELHostTransState(uint32_t pelID, TransmissionState state) in setPELHostTransState() function in openpower::pels::Repository
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | repository_test.cpp | 340 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F() 757 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F() 761 repo.setPELHostTransState(pel->id(), TransmissionState::sent); in TEST_F()
|
| H A D | host_notifier_test.cpp | 161 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F()
|