Home
last modified time | relevance | path

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

/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c407 struct pldm_firmware_device_id_record *data_record = in decode_firmware_device_id_record() local
411 data_record->comp_image_set_version_string_type) || in decode_firmware_device_id_record()
412 (data_record->comp_image_set_version_string_length == 0)) { in decode_firmware_device_id_record()
417 le16toh(data_record->record_length); in decode_firmware_device_id_record()
418 fw_device_id_record->descriptor_count = data_record->descriptor_count; in decode_firmware_device_id_record()
420 le32toh(data_record->device_update_option_flags.value); in decode_firmware_device_id_record()
422 data_record->comp_image_set_version_string_type; in decode_firmware_device_id_record()
424 data_record->comp_image_set_version_string_length; in decode_firmware_device_id_record()
426 le16toh(data_record->fw_device_pkg_data_length); in decode_firmware_device_id_record()
438 data_record->comp_image_set_version_string_length + in decode_firmware_device_id_record()