Searched defs:pldm_downstream_device_parameters_entry (Results 1 – 1 of 1) sorted by relevance
858 struct pldm_downstream_device_parameters_entry { struct859 uint16_t downstream_device_index;860 uint32_t active_comp_comparison_stamp;861 uint8_t active_comp_ver_str_type;862 uint8_t active_comp_ver_str_len;866 char active_comp_release_date[PLDM_FWUP_COMPONENT_RELEASE_DATA_LEN + 1];867 uint32_t pending_comp_comparison_stamp;868 uint8_t pending_comp_ver_str_type;869 uint8_t pending_comp_ver_str_len;873 char pending_comp_release_date[PLDM_FWUP_COMPONENT_RELEASE_DATA_LEN + 1];[all …]