Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_ddp.c345 struct ice_sw_fv_section *fv_section = section; in ice_sw_fv_handler() local
349 if (index >= le16_to_cpu(fv_section->count)) in ice_sw_fv_handler()
357 *offset = le16_to_cpu(fv_section->base_offset) + index; in ice_sw_fv_handler()
358 return fv_section->fv + index; in ice_sw_fv_handler()