Home
last modified time | relevance | path

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

/src/sys/dev/ice/
H A Dice_ddp_common.c1187 struct ice_sw_fv_section *fv_section = in ice_sw_fv_handler() local
1192 if (index >= LE16_TO_CPU(fv_section->count)) in ice_sw_fv_handler()
1200 *offset = LE16_TO_CPU(fv_section->base_offset) + index; in ice_sw_fv_handler()
1201 return fv_section->fv + index; in ice_sw_fv_handler()