Searched defs:pldm_downstream_device_parameters_entry (Results 1 – 1 of 1) sorted by relevance
833 struct pldm_downstream_device_parameters_entry { struct834 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 …]