Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_vlan_mode.c208 .fv_idx = ICE_EXTERNAL_VLAN_ID_FV_IDX,
220 .fv_idx = ICE_PKT_FLAGS_0_TO_15_FV_IDX,
231 .fv_idx = ICE_EXTERNAL_VLAN_ID_FV_IDX,
256 params->rid, params->lkup_idx, params->fv_idx, in ice_dvm_update_dflt_recipes()
H A Dice_switch.h141 u16 fv_idx; member
229 u8 fv_idx[ICE_MAX_CHAIN_WORDS]; member
H A Dice_flex_pipe.h15 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
H A Dice_flex_pipe.c626 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off() argument
634 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off()
639 *prot = fv_ext[fv_idx].prot_id; in ice_find_prot_off()
640 *off = fv_ext[fv_idx].off; in ice_find_prot_off()