Home
last modified time | relevance | path

Searched refs:PLDM_ACKNOWLEDGEMENT_ONLY (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/platform-mc/
H A Devent_manager.cpp440 *transferOperationFlag = PLDM_ACKNOWLEDGEMENT_ONLY; in getNextPartParameters()
533 if (transferOperationFlag == PLDM_ACKNOWLEDGEMENT_ONLY) in pollForPlatformEventTask()
/openbmc/libpldm/include/libpldm/
H A Dbase.h87 PLDM_ACKNOWLEDGEMENT_ONLY = 2, enumerator
/openbmc/libpldm/src/dsp/
H A Dplatform.c1131 ((transfer_operation_flag == PLDM_ACKNOWLEDGEMENT_ONLY) && in pldm_platform_poll_for_platform_event_message_validate()
1133 ((transfer_operation_flag == PLDM_ACKNOWLEDGEMENT_ONLY) && in pldm_platform_poll_for_platform_event_message_validate()
1135 (transfer_operation_flag > PLDM_ACKNOWLEDGEMENT_ONLY)) { in pldm_platform_poll_for_platform_event_message_validate()
1169 if (*transfer_operation_flag > PLDM_ACKNOWLEDGEMENT_ONLY) { in decode_poll_for_platform_event_message_req()