Home
last modified time | relevance | path

Searched refs:PLDM_GET_NEXTPART (Results 1 – 8 of 8) sorted by relevance

/openbmc/pldm/fw-update/
H A Dinventory_manager.cpp427 PLDM_GET_NEXTPART); in queryDownstreamIdentifiers()
535 eid, resp.next_data_transfer_handle, PLDM_GET_NEXTPART); in getDownstreamFirmwareParameters()
/openbmc/libpldm/include/libpldm/
H A Dbase.h61 PLDM_GET_NEXTPART = 0, enumerator
/openbmc/pldm/platform-mc/
H A Dplatform_manager.cpp295 tid, recordHndl, nextDataTransferHndl, PLDM_GET_NEXTPART, in getPDRs()
795 transferOpFlag = PLDM_GET_NEXTPART; in getFRURecordTables()
H A Devent_manager.cpp497 *transferOperationFlag = PLDM_GET_NEXTPART; in getNextPartParameters()
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp1496 uint8_t transferOperationFlag = PLDM_GET_NEXTPART; in TEST()
1594 transferOperationFlag = PLDM_GET_NEXTPART; in TEST()
1602 transferOperationFlag = PLDM_GET_NEXTPART; in TEST()
1856 uint8_t transferOperationFlag = PLDM_GET_NEXTPART; in TEST()
1859 std::vector<uint8_t> requestMsg{0x1, 0x0, 0x0, 0x1, PLDM_GET_NEXTPART, in TEST()
1952 requestMsg[4] = PLDM_GET_NEXTPART; in TEST()
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp300 operationFlag = PLDM_GET_NEXTPART; in parseResponseMsg()
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c97 case PLDM_GET_NEXTPART: in is_transfer_operation_flag_valid()
H A Dplatform.c1114 ((transfer_operation_flag == PLDM_GET_NEXTPART) && in pldm_platform_poll_for_platform_event_message_validate()