Home
last modified time | relevance | path

Searched defs:pldm_downstream_device_parameters_entry (Results 1 – 1 of 1) sorted by relevance

/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h833 struct pldm_downstream_device_parameters_entry { struct
834 uint16_t downstream_device_index;
835 uint32_t active_comp_comparison_stamp;
836 uint8_t active_comp_ver_str_type;
837 uint8_t active_comp_ver_str_len;
841 char active_comp_release_date[PLDM_FWUP_COMPONENT_RELEASE_DATA_LEN + 1];
842 uint32_t pending_comp_comparison_stamp;
843 uint8_t pending_comp_ver_str_type;
844 uint8_t pending_comp_ver_str_len;
848 char pending_comp_release_date[PLDM_FWUP_COMPONENT_RELEASE_DATA_LEN + 1];
[all …]