Searched refs:comp_tbl (Results 1 – 1 of 1) sorted by relevance
212 struct ice_aqc_nvm_comp_tbl *comp_tbl; in ice_send_component_table() local232 length = struct_size(comp_tbl, cvs, component->version_len); in ice_send_component_table()233 comp_tbl = kzalloc(length, GFP_KERNEL); in ice_send_component_table()234 if (!comp_tbl) in ice_send_component_table()237 comp_tbl->comp_class = cpu_to_le16(component->classification); in ice_send_component_table()238 comp_tbl->comp_id = cpu_to_le16(component->identifier); in ice_send_component_table()239 comp_tbl->comp_class_idx = FWU_COMP_CLASS_IDX_NOT_USE; in ice_send_component_table()240 comp_tbl->comp_cmp_stamp = cpu_to_le32(component->comparison_stamp); in ice_send_component_table()241 comp_tbl->cvs_type = component->version_type; in ice_send_component_table()242 comp_tbl->cvs_len = component->version_len; in ice_send_component_table()[all …]