Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c201 struct ice_aqc_nvm_comp_tbl *comp_tbl; in ice_send_component_table() local
221 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 in ice_send_component_table()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c212 struct ice_aqc_nvm_comp_tbl *comp_tbl; in ice_send_component_table() local
232 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 in ice_send_component_table()
[all...]

Completed in 2 milliseconds