Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_flex_pipe.h38 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
H A Dice_protocol_type.h358 u16 fv_idx[ICE_NUM_WORDS_RECIPE]; member
H A Dice_flex_pipe.c698 * @fv_idx: field vector word index
703 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off()
711 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off()
716 *prot = fv_ext[fv_idx].prot_id; in ice_find_prot_off()
717 *off = fv_ext[fv_idx].off; in ice_find_prot_off()
702 ice_find_prot_off(struct ice_hw * hw,enum ice_block blk,u8 prof,u16 fv_idx,u8 * prot,u16 * off) ice_find_prot_off() argument