Searched refs:comp_tbl (Results 1 – 1 of 1) sorted by relevance
201 struct ice_aqc_nvm_comp_tbl *comp_tbl; in ice_send_component_table() local221 length = struct_size(comp_tbl, cvs, component->version_len); in ice_send_component_table()222 comp_tbl = kzalloc(length, GFP_KERNEL); in ice_send_component_table()223 if (!comp_tbl) in ice_send_component_table()226 comp_tbl->comp_class = cpu_to_le16(component->classification); in ice_send_component_table()227 comp_tbl->comp_id = cpu_to_le16(component->identifier); in ice_send_component_table()228 comp_tbl->comp_class_idx = FWU_COMP_CLASS_IDX_NOT_USE; in ice_send_component_table()229 comp_tbl->comp_cmp_stamp = cpu_to_le32(component->comparison_stamp); in ice_send_component_table()230 comp_tbl->cvs_type = component->version_type; in ice_send_component_table()231 comp_tbl->cvs_len = component->version_len; in ice_send_component_table()[all …]