Home
last modified time | relevance | path

Searched refs:comp_tbl (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c217 struct ice_aqc_nvm_comp_tbl *comp_tbl; in ice_send_component_table() local
237 length = struct_size(comp_tbl, cvs, component->version_len); in ice_send_component_table()
238 comp_tbl = kzalloc(length, GFP_KERNEL); in ice_send_component_table()
239 if (!comp_tbl) in ice_send_component_table()
242 comp_tbl->comp_class = cpu_to_le16(component->classification); in ice_send_component_table()
243 comp_tbl->comp_id = cpu_to_le16(component->identifier); in ice_send_component_table()
244 comp_tbl->comp_class_idx = FWU_COMP_CLASS_IDX_NOT_USE; in ice_send_component_table()
246 comp_tbl->cvs_type = component->version_type; in ice_send_component_table()
247 comp_tbl->cvs_len = component->version_len; in ice_send_component_table()
252 status = ice_nvm_pass_component_tbl(hw, (u8 *)comp_tbl, length, in ice_send_component_table()
[all …]