Searched refs:pldm_msgbuf_insert (Results 1 – 8 of 8) sorted by relevance
/openbmc/libpldm/src/oem/meta/ |
H A D | file_io.c | 190 pldm_msgbuf_insert(buf, resp->completion_code); in encode_oem_meta_file_io_read_resp() 191 pldm_msgbuf_insert(buf, resp->handle); in encode_oem_meta_file_io_read_resp() 192 pldm_msgbuf_insert(buf, resp->option); in encode_oem_meta_file_io_read_resp() 193 pldm_msgbuf_insert(buf, resp->length); in encode_oem_meta_file_io_read_resp() 197 pldm_msgbuf_insert(buf, resp->info.attr.size); in encode_oem_meta_file_io_read_resp() 198 pldm_msgbuf_insert(buf, resp->info.attr.crc32); in encode_oem_meta_file_io_read_resp() 201 pldm_msgbuf_insert(buf, resp->info.data.transferFlag); in encode_oem_meta_file_io_read_resp() 202 pldm_msgbuf_insert(buf, resp->info.data.offset); in encode_oem_meta_file_io_read_resp()
|
/openbmc/libpldm/src/dsp/ |
H A D | file.c | 45 pldm_msgbuf_insert(buf, req->file_identifier); in encode_pldm_file_df_open_req() 46 pldm_msgbuf_insert(buf, req->file_attribute.value); in encode_pldm_file_df_open_req() 110 pldm_msgbuf_insert(buf, req->file_descriptor); in encode_pldm_file_df_close_req() 111 pldm_msgbuf_insert(buf, req->df_close_options.value); in encode_pldm_file_df_close_req() 159 pldm_msgbuf_insert(buf, req->file_descriptor); in encode_pldm_file_df_heartbeat_req() 160 pldm_msgbuf_insert(buf, req->requester_max_interval); in encode_pldm_file_df_heartbeat_req()
|
H A D | firmware_update.c | 849 pldm_msgbuf_insert(buf, device_identifiers_len); in encode_query_device_identifiers_resp() 850 pldm_msgbuf_insert(buf, descriptor_count); in encode_query_device_identifiers_resp() 854 pldm_msgbuf_insert(buf, d->descriptor_type); in encode_query_device_identifiers_resp() 855 pldm_msgbuf_insert(buf, d->descriptor_length); in encode_query_device_identifiers_resp() 1011 pldm_msgbuf_insert(buf, resp_data->completion_code); in encode_get_firmware_parameters_resp() 1012 pldm_msgbuf_insert(buf, resp_data->capabilities_during_update.value); in encode_get_firmware_parameters_resp() 1013 pldm_msgbuf_insert(buf, resp_data->comp_count); in encode_get_firmware_parameters_resp() 1014 pldm_msgbuf_insert(buf, in encode_get_firmware_parameters_resp() 1016 pldm_msgbuf_insert(buf, in encode_get_firmware_parameters_resp() 1018 pldm_msgbuf_insert(buf, in encode_get_firmware_parameters_resp() [all …]
|
H A D | base.c | 588 pldm_msgbuf_insert(buf, req->pldm_type); in encode_base_multipart_receive_req() 589 pldm_msgbuf_insert(buf, req->transfer_opflag); in encode_base_multipart_receive_req() 590 pldm_msgbuf_insert(buf, req->transfer_ctx); in encode_base_multipart_receive_req() 591 pldm_msgbuf_insert(buf, req->transfer_handle); in encode_base_multipart_receive_req() 592 pldm_msgbuf_insert(buf, req->section_offset); in encode_base_multipart_receive_req() 593 pldm_msgbuf_insert(buf, req->section_length); in encode_base_multipart_receive_req() 737 pldm_msgbuf_insert(buf, req->requester_part_size); in encode_pldm_base_negotiate_transfer_params_req()
|
H A D | platform.c | 1241 pldm_msgbuf_insert(buf, completion_code); in encode_poll_for_platform_event_message_resp() 1242 pldm_msgbuf_insert(buf, tid); in encode_poll_for_platform_event_message_resp() 1243 rc = pldm_msgbuf_insert(buf, event_id); in encode_poll_for_platform_event_message_resp() 1267 pldm_msgbuf_insert(buf, next_data_transfer_handle); in encode_poll_for_platform_event_message_resp() 1268 pldm_msgbuf_insert(buf, transfer_flag); in encode_poll_for_platform_event_message_resp() 1269 pldm_msgbuf_insert(buf, event_class); in encode_poll_for_platform_event_message_resp() 1270 rc = pldm_msgbuf_insert(buf, event_data_size); in encode_poll_for_platform_event_message_resp() 1284 pldm_msgbuf_insert(buf, checksum); in encode_poll_for_platform_event_message_resp() 2256 pldm_msgbuf_insert(buf, poll_event->format_version); in encode_pldm_message_poll_event_data() 2257 pldm_msgbuf_insert(buf, poll_event->event_id); in encode_pldm_message_poll_event_data() [all …]
|
H A D | pdr.c | 1618 pldm_msgbuf_insert(dst, header_length); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1635 pldm_msgbuf_insert(dst, num_children); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1747 pldm_msgbuf_insert(dst, *entity_record_handle); in pldm_entity_association_pdr_create_new() 1793 pldm_msgbuf_insert(dst, container_id); in pldm_entity_association_pdr_create_new() 1981 pldm_msgbuf_insert(dst, header_length); in pldm_entity_association_pdr_remove_contained_entity() 2003 pldm_msgbuf_insert(dst, num_children); in pldm_entity_association_pdr_remove_contained_entity() 2018 pldm_msgbuf_insert(dst, e.entity_type); in pldm_entity_association_pdr_remove_contained_entity() 2019 pldm_msgbuf_insert(dst, e.entity_instance_num); in pldm_entity_association_pdr_remove_contained_entity() 2020 pldm_msgbuf_insert(dst, e.entity_container_id); in pldm_entity_association_pdr_remove_contained_entity()
|
/openbmc/libpldm/tests/ |
H A D | msgbuf_generic.c | 148 expect(pldm_msgbuf_insert(ctx, src) == 0); in test_msgbuf_insert_generic_int32() 170 expect(pldm_msgbuf_insert(ctx, src) == 0); in test_msgbuf_insert_generic_uint32() 192 expect(pldm_msgbuf_insert(ctx, src) == 0); in test_msgbuf_insert_generic_uint16() 214 expect(pldm_msgbuf_insert(ctx, src) == 0); in test_msgbuf_insert_generic_int16() 236 expect(pldm_msgbuf_insert(ctx, src) == 0); in test_msgbuf_insert_generic_uint8() 258 expect(pldm_msgbuf_insert(ctx, src) == 0); in test_msgbuf_insert_generic_int8()
|
/openbmc/libpldm/src/ |
H A D | msgbuf.h | 885 #define pldm_msgbuf_insert(dst, src) \ macro
|