Searched refs:fv_idx (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_vlan_mode.c | 208 .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 D | ice_switch.h | 141 u16 fv_idx; member 229 u8 fv_idx[ICE_MAX_CHAIN_WORDS]; member
|
| H A D | ice_flex_pipe.h | 15 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
|
| H A D | ice_flex_pipe.c | 626 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()
|