Searched refs:fv_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.h53 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
H A Dice_protocol_type.h332 u16 fv_idx[ICE_NUM_WORDS_RECIPE]; member in struct:ice_recp_grp_entry
H A Dice_flex_pipe.c2482 * @fv_idx: field vector word index
2487 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, argument
2495 if (fv_idx >= hw->blk[blk].es.fvw)
2500 *prot = fv_ext[fv_idx].prot_id;
2501 *off = fv_ext[fv_idx].off;

Completed in 173 milliseconds