Home
last modified time | relevance | path

Searched full:acked (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp109 if ((a.hostState == TransmissionState::acked) || in enqueueRequired()
115 (a.hmcState == TransmissionState::acked)) in enqueueRequired()
142 // If already acked by the host, don't send again. in notifyRequired()
145 if (a.hostState == TransmissionState::acked) in notifyRequired()
151 // If hidden and acked (or will be) acked by the HMC, in notifyRequired()
154 if ((a.hmcState == TransmissionState::acked) || in notifyRequired()
341 // Reset the state on any PELs that were sent but not acked back in hostStateChange()
432 _repo.setPELHostTransState(id, TransmissionState::acked); in ackPEL()
H A Dhost_notifier.hpp90 * - Already acked by the host (or they didn't like it)
105 * - Already acked by the host
221 * it will transfer any PELs that were sent but not acked yet back
296 * @brief The list of IDs that were sent, but not acked yet.
H A Dpel_entry.cpp30 (value ? TransmissionState::acked : TransmissionState::newPEL)); in managementSystemAck()
H A Drepository.cpp100 // If the host hasn't acked it, reset the host state so in restore()
720 // Pass 1: only delete HMC acked PELs in removePELs()
721 // Pass 2: only delete OS acked PELs in removePELs()
726 return pel.hmcState == TransmissionState::acked; in removePELs()
730 return pel.hostState == TransmissionState::acked; in removePELs()
H A Drepository.hpp396 * Pass 1: only delete HMC acked PELs
397 * Pass 2: only delete OS acked PELs
552 * Pass 1: only delete HMC acked PELs
553 * Pass 2: only delete Os acked PELs
H A Dpel_types.hpp132 acked = 3 enumerator
H A Dpel_values.cpp334 {TransmissionState::acked, "Acked"}};
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/
H A D0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch22 Acked-by: Mikko Rapeli <mikko.rapeli@iki.fi>
27 Acked-by: Stephane Ayotte <sayotte@tycoint.com>
/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.cpp352 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F()
356 EXPECT_EQ((*a).get().hostState, TransmissionState::acked); in TEST_F()
361 EXPECT_EQ(newPEL.hostTransmissionState(), TransmissionState::acked); in TEST_F()
370 EXPECT_EQ((*a).get().hostState, TransmissionState::acked); in TEST_F()
375 EXPECT_EQ(newPEL.hostTransmissionState(), TransmissionState::acked); in TEST_F()
395 repo.setPELHMCTransState(pel->id(), TransmissionState::acked); in TEST_F()
399 EXPECT_EQ((*a).get().hmcState, TransmissionState::acked); in TEST_F()
404 EXPECT_EQ(newPEL.hmcTransmissionState(), TransmissionState::acked); in TEST_F()
413 EXPECT_EQ((*a).get().hmcState, TransmissionState::acked); in TEST_F()
418 EXPECT_EQ(newPEL.hmcTransmissionState(), TransmissionState::acked); in TEST_F()
[all …]
H A Dhost_notifier_test.cpp156 // Test dealing with how acked PELs are put on the
173 // Now set this PEL to host acked in TEST_F()
174 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F()
176 // Since it's acked, doesn't need to be enqueued or transmitted in TEST_F()
221 // Don't need to enqueue a hidden log already acked by the HMC
238 repo.setPELHMCTransState(pel->id(), TransmissionState::acked); in TEST_F()
580 // Those PELs weren't acked, so they will get sent again in TEST_F()
597 EXPECT_EQ(pelFromRepo1.hostTransmissionState(), TransmissionState::acked); in TEST_F()
602 EXPECT_EQ(pelFromRepo2.hostTransmissionState(), TransmissionState::acked); in TEST_F()
/openbmc/qemu/docs/devel/
H A Dcode-provenance.rst108 * **``Acked-by``**: when a QEMU subsystem maintainer approves a patch that
111 ``Acked-by`` tag. Where a patch touches multiple subsystems, ``Acked-by``
181 ("8ack" "Acked-by: YOUR NAME <your@email.addr>" nil 1)
195 iabbrev 8ack Acked-by: YOUR NAME <your@email.addr>
H A Dsubmitting-a-pull-request.rst34 **Don't forget to add Reviewed-by: and Acked-by: lines**. When other
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libbpf/files/
H A D0001-libbpf-check-for-empty-BTF-data-section-in-btf_parse.patch15 Acked-by: Mykyta Yatsenko <mykyta.yatsenko5@gmail.com>
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/
H A D0001-mk-compile.mk-remove-absolute-build-time-paths.patch30 Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
/openbmc/u-boot/tools/patman/
H A DREADME228 Acked-by: Their Name <email>
229 These indicate that someone has tested/reviewed/acked your patch.
392 Let's say one person sent comments and you get an Acked-by: on one patch.
402 Acked-by: Heiko Schocher <hs@denx.de>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/
H A D0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch24 Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
/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/qemu/net/
H A Dutil.h81 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test/
H A D0001-build-make-cmake-add-Werror-based-on-CFG_WERROR.patch14 Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
/openbmc/openbmc-test-automation/lib/
H A Dpel_utils.py393 pel_id, expected_pel_trans_state_to_host="Acked"
401 Default is "Acked".
/openbmc/u-boot/drivers/net/phy/
H A Dmeson-gxl.c19 * the link partner (LP) supports aneg but the LP never acked our base
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/
H A DPEL.interface.yaml39 Notifies the PEL handler that the host (usually the OS) acked a PEL.
/openbmc/openbmc-test-automation/openpower/pel/
H A Dtest_bmc_pel.robot728 predictive_error On Acked
729 unrecoverable_error On Acked
730 informational_error On Acked
970 IF "${expected_transmission_state}" == "Acked"
972 ... Check If PEL Transmission State Is Expected ${pel_id} Acked
/openbmc/phosphor-mboxd/Documentation/
H A Dmbox_protocol.md721 Events which must be ACKed:
727 Events which cannot be ACKed (BMC will clear when no longer
736 Events which must be ACKed:
753 Events which cannot be ACKed:

123