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 | 1110 uint8_t transfer_operation_flag, uint16_t event_id_to_acknowledge) in pldm_platform_poll_for_platform_event_message_validate() argument 1112 if (((transfer_operation_flag == PLDM_GET_FIRSTPART) && in pldm_platform_poll_for_platform_event_message_validate() 1114 ((transfer_operation_flag == PLDM_GET_NEXTPART) && in pldm_platform_poll_for_platform_event_message_validate() 1116 ((transfer_operation_flag == PLDM_ACKNOWLEDGEMENT_ONLY) && in pldm_platform_poll_for_platform_event_message_validate() 1118 ((transfer_operation_flag == PLDM_ACKNOWLEDGEMENT_ONLY) && in pldm_platform_poll_for_platform_event_message_validate() 1120 (transfer_operation_flag > PLDM_ACKNOWLEDGEMENT_ONLY)) { in pldm_platform_poll_for_platform_event_message_validate() 1130 uint8_t *format_version, uint8_t *transfer_operation_flag, in decode_poll_for_platform_event_message_req() argument 1138 transfer_operation_flag == NULL || data_transfer_handle == NULL || in decode_poll_for_platform_event_message_req() 1151 rc = pldm_msgbuf_extract_p(buf, transfer_operation_flag); in decode_poll_for_platform_event_message_req() 1155 if (*transfer_operation_flag > PLDM_ACKNOWLEDGEMENT_ONL in decode_poll_for_platform_event_message_req() 2654 encode_poll_for_platform_event_message_req(uint8_t instance_id,uint8_t format_version,uint8_t transfer_operation_flag,uint32_t data_transfer_handle,uint16_t event_id_to_acknowledge,struct pldm_msg * msg,size_t payload_length) encode_poll_for_platform_event_message_req() argument [all...] |
H A D | firmware_update.c | 1264 params_req->transfer_operation_flag)) { in encode_query_downstream_identifiers_req() 1287 pldm_msgbuf_insert(buf, params_req->transfer_operation_flag); in encode_query_downstream_identifiers_req() 1397 params_req->transfer_operation_flag)) { in encode_get_downstream_firmware_parameters_req() 1420 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 | 1223 uint8_t transfer_operation_flag; member 1918 uint8_t *format_version, uint8_t *transfer_operation_flag, 1991 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 | 4042 'name' => 'transfer_operation_flag', 4372 'name' => 'transfer_operation_flag', 5588 'name' => 'transfer_operation_flag', 6566 'name' => 'transfer_operation_flag', 11339 'name' => 'transfer_operation_flag', 11479 'name' => 'transfer_operation_flag',
|