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.c411 struct pldm_firmware_device_id_record *data_record = in decode_firmware_device_id_record() local
415 data_record->comp_image_set_version_string_type) || in decode_firmware_device_id_record()
416 (data_record->comp_image_set_version_string_length == 0)) { in decode_firmware_device_id_record()
421 le16toh(data_record->record_length); in decode_firmware_device_id_record()
422 fw_device_id_record->descriptor_count = data_record->descriptor_count; in decode_firmware_device_id_record()
424 le32toh(data_record->device_update_option_flags.value); in decode_firmware_device_id_record()
426 data_record->comp_image_set_version_string_type; in decode_firmware_device_id_record()
428 data_record->comp_image_set_version_string_length; in decode_firmware_device_id_record()
430 le16toh(data_record->fw_device_pkg_data_length); in decode_firmware_device_id_record()
442 data_record->comp_image_set_version_string_length + in decode_firmware_device_id_record()