Searched refs:transfer_operation_flag (Results 1 – 8 of 8) sorted by relevance
/openbmc/libpldm/tests/dsp/ |
H A D | fru.cpp | 314 uint8_t transfer_operation_flag = PLDM_GET_FIRSTPART; in TEST() local 326 request->transfer_operation_flag = transfer_operation_flag; in TEST() 338 ASSERT_EQ(transfer_operation_flag, ret_transfer_operation_flag); in TEST() 344 uint8_t transfer_operation_flag = PLDM_GET_FIRSTPART; in TEST() local 354 &transfer_operation_flag); in TEST() 359 &transfer_operation_flag); in TEST() 435 uint8_t transfer_operation_flag = PLDM_GET_FIRSTPART; in TEST() local 439 0, data_transfer_handle, transfer_operation_flag, requestPtr, in TEST() 448 ASSERT_EQ(transfer_operation_flag, request->transfer_operation_flag); in TEST() 455 uint8_t transfer_operation_flag = PLDM_GET_FIRSTPART; in TEST() local [all …]
|
/openbmc/libpldm/src/dsp/ |
H A D | fru.c | 119 uint8_t *transfer_operation_flag) in decode_get_fru_record_table_req() argument 122 transfer_operation_flag == NULL) { in decode_get_fru_record_table_req() 134 *transfer_operation_flag = req->transfer_operation_flag; in decode_get_fru_record_table_req() 447 uint8_t transfer_operation_flag, in encode_get_fru_record_table_req() argument 472 req->transfer_operation_flag = transfer_operation_flag; in encode_get_fru_record_table_req()
|
H A D | platform.c | 1107 uint8_t transfer_operation_flag, uint16_t event_id_to_acknowledge) in pldm_platform_poll_for_platform_event_message_validate() argument 1109 if (((transfer_operation_flag == PLDM_GET_FIRSTPART) && in pldm_platform_poll_for_platform_event_message_validate() 1111 ((transfer_operation_flag == PLDM_GET_NEXTPART) && in pldm_platform_poll_for_platform_event_message_validate() 1113 ((transfer_operation_flag == PLDM_ACKNOWLEDGEMENT_ONLY) && in pldm_platform_poll_for_platform_event_message_validate() 1115 ((transfer_operation_flag == PLDM_ACKNOWLEDGEMENT_ONLY) && in pldm_platform_poll_for_platform_event_message_validate() 1117 (transfer_operation_flag > PLDM_ACKNOWLEDGEMENT_ONLY)) { in pldm_platform_poll_for_platform_event_message_validate() 1127 uint8_t *format_version, uint8_t *transfer_operation_flag, in decode_poll_for_platform_event_message_req() argument 1134 transfer_operation_flag == NULL || data_transfer_handle == NULL || in decode_poll_for_platform_event_message_req() 1147 rc = pldm_msgbuf_extract_p(buf, transfer_operation_flag); in decode_poll_for_platform_event_message_req() 1151 if (*transfer_operation_flag > PLDM_ACKNOWLEDGEMENT_ONLY) { in decode_poll_for_platform_event_message_req() [all …]
|
H A D | firmware_update.c | 1258 params_req->transfer_operation_flag)) { in encode_query_downstream_identifiers_req() 1281 pldm_msgbuf_insert(buf, params_req->transfer_operation_flag); in encode_query_downstream_identifiers_req() 1384 params_req->transfer_operation_flag)) { in encode_get_downstream_firmware_parameters_req() 1407 pldm_msgbuf_insert(buf, params_req->transfer_operation_flag); in encode_get_downstream_firmware_parameters_req()
|
/openbmc/libpldm/include/libpldm/ |
H A D | fru.h | 102 uint8_t transfer_operation_flag; member 254 uint8_t *transfer_operation_flag); 341 uint8_t transfer_operation_flag,
|
H A D | platform.h | 1255 uint8_t transfer_operation_flag; member 1950 uint8_t *format_version, uint8_t *transfer_operation_flag, 2023 uint8_t transfer_operation_flag,
|
H A D | firmware_update.h | 596 uint8_t transfer_operation_flag; member 802 uint8_t transfer_operation_flag; member
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 4044 'name' => 'transfer_operation_flag', 4374 'name' => 'transfer_operation_flag', 5581 'name' => 'transfer_operation_flag', 6521 'name' => 'transfer_operation_flag', 11144 'name' => 'transfer_operation_flag', 11284 'name' => 'transfer_operation_flag',
|