Home
last modified time | relevance | path

Searched refs:acked (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp97 if ((a.hostState == TransmissionState::acked) || in enqueueRequired()
103 (a.hmcState == TransmissionState::acked)) in enqueueRequired()
133 if (a.hostState == TransmissionState::acked) in notifyRequired()
142 if ((a.hmcState == TransmissionState::acked) || in notifyRequired()
420 _repo.setPELHostTransState(id, TransmissionState::acked); in ackPEL()
H A Dpel_entry.cpp30 (value ? TransmissionState::acked : TransmissionState::newPEL)); in managementSystemAck()
H A Dpel_types.hpp132 acked = 3 enumerator
H A Dpel_values.cpp322 {TransmissionState::acked, "Acked"}};
H A Drepository.cpp714 return pel.hmcState == TransmissionState::acked; in removePELs()
718 return pel.hostState == TransmissionState::acked; in removePELs()
H A Dmanager.cpp958 (attr.hmcState == TransmissionState::acked ? true : false)); in createPELEntry()
/openbmc/openbmc/meta-openembedded/
H A D.b4-config4 trailer-order = link*,fixes*,acked*,reviewed*,tested*,*
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp340 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F()
344 EXPECT_EQ((*a).get().hostState, TransmissionState::acked); in TEST_F()
349 EXPECT_EQ(newPEL.hostTransmissionState(), TransmissionState::acked); in TEST_F()
358 EXPECT_EQ((*a).get().hostState, TransmissionState::acked); in TEST_F()
363 EXPECT_EQ(newPEL.hostTransmissionState(), TransmissionState::acked); in TEST_F()
383 repo.setPELHMCTransState(pel->id(), TransmissionState::acked); in TEST_F()
387 EXPECT_EQ((*a).get().hmcState, TransmissionState::acked); in TEST_F()
392 EXPECT_EQ(newPEL.hmcTransmissionState(), TransmissionState::acked); in TEST_F()
401 EXPECT_EQ((*a).get().hmcState, TransmissionState::acked); in TEST_F()
406 EXPECT_EQ(newPEL.hmcTransmissionState(), TransmissionState::acked); in TEST_F()
[all …]
H A Dhost_notifier_test.cpp161 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F()
225 repo.setPELHMCTransState(pel->id(), TransmissionState::acked); in TEST_F()
584 EXPECT_EQ(pelFromRepo1.hostTransmissionState(), TransmissionState::acked); in TEST_F()
589 EXPECT_EQ(pelFromRepo2.hostTransmissionState(), TransmissionState::acked); in TEST_F()
/openbmc/qemu/hw/arm/
H A Dtrace-events36 smmuv3_write_gerrorn(uint32_t acked, uint32_t gerrorn) "acked=0x%x, new GERRORN=0x%x"
/openbmc/docs/designs/
H A Dbios-bmc-smm-error-logging.md107 overflow of the normal error log queue is imminent and the BMC has acked that
/openbmc/u-boot/tools/patman/
H A DREADME229 These indicate that someone has tested/reviewed/acked your patch.