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 | 1125 uint8_t transfer_operation_flag, uint16_t event_id_to_acknowledge) in pldm_platform_poll_for_platform_event_message_validate() argument 1127 if (((transfer_operation_flag == PLDM_GET_FIRSTPART) && in pldm_platform_poll_for_platform_event_message_validate() 1129 ((transfer_operation_flag == PLDM_GET_NEXTPART) && in pldm_platform_poll_for_platform_event_message_validate() 1131 ((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() 1145 uint8_t *format_version, uint8_t *transfer_operation_flag, in decode_poll_for_platform_event_message_req() argument 1152 transfer_operation_flag == NULL || data_transfer_handle == NULL || in decode_poll_for_platform_event_message_req() 1165 rc = pldm_msgbuf_extract_p(buf, transfer_operation_flag); in decode_poll_for_platform_event_message_req() 1169 if (*transfer_operation_flag > PLDM_ACKNOWLEDGEMENT_ONLY) { in decode_poll_for_platform_event_message_req() [all …]
|
| H A D | firmware_update.c | 1594 params_req->transfer_operation_flag)) { in encode_query_downstream_identifiers_req() 1617 pldm_msgbuf_insert(buf, params_req->transfer_operation_flag); in encode_query_downstream_identifiers_req() 1720 params_req->transfer_operation_flag)) { in encode_get_downstream_firmware_parameters_req() 1743 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 | 1283 uint8_t transfer_operation_flag; member 2027 uint8_t *format_version, uint8_t *transfer_operation_flag, 2100 uint8_t transfer_operation_flag,
|
| H A D | firmware_update.h | 621 uint8_t transfer_operation_flag; member 827 uint8_t transfer_operation_flag; member
|
| /openbmc/libpldm/abi/x86_64/ |
| H A D | gcc.dump | 4415 'name' => 'transfer_operation_flag', 4745 'name' => 'transfer_operation_flag', 6115 'name' => 'transfer_operation_flag', 7075 'name' => 'transfer_operation_flag', 12057 'name' => 'transfer_operation_flag', 12197 'name' => 'transfer_operation_flag',
|