Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ice/
Dice_flex_pipe.h53 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
Dice_protocol_type.h348 u16 fv_idx[ICE_NUM_WORDS_RECIPE]; member
Dice_flex_pipe.c2533 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off() argument
2541 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off()
2546 *prot = fv_ext[fv_idx].prot_id; in ice_find_prot_off()
2547 *off = fv_ext[fv_idx].off; in ice_find_prot_off()