Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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,
255 ice_debug(hw, ICE_DBG_INIT, "Failed to update RID %d lkup_idx %d fv_idx %d mask_valid %s mask 0x%04x\n", in ice_dvm_update_dflt_recipes()
256 params->rid, params->lkup_idx, params->fv_idx, in ice_dvm_update_dflt_recipes()
H A Dice_flex_pipe.h13 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
H A Dice_protocol_type.h464 u16 fv_idx[ICE_NUM_WORDS_RECIPE]; member
H A Dice_switch.h138 u16 fv_idx; member
H A Dice_switch.c2010 rcp_list->content.lkup_indx[params->lkup_idx] = params->fv_idx; in ice_update_recipe_lkup_idx()
2021 ice_debug(hw, ICE_DBG_SW, "Failed to update recipe %d lkup_idx %d fv_idx %d mask %d mask_valid %s, status %d\n", in ice_update_recipe_lkup_idx()
2022 params->rid, params->lkup_idx, params->fv_idx, in ice_update_recipe_lkup_idx()
2237 rg_entry->fv_idx[i] = lkup_indx; in ice_get_recp_frm_fw()
2245 * We will skip all the fv_idx which stores result in ice_get_recp_frm_fw()
2246 * index in them. We also need to skip any fv_idx which in ice_get_recp_frm_fw()
2250 if (test_bit(rg_entry->fv_idx[i], hw->switch_info->prof_res_bm[prof]) || in ice_get_recp_frm_fw()
2251 rg_entry->fv_idx[i] & ICE_AQ_RECIPE_LKUP_IGNORE || in ice_get_recp_frm_fw()
2252 rg_entry->fv_idx[i] == 0) in ice_get_recp_frm_fw()
2256 rg_entry->fv_idx[ in ice_get_recp_frm_fw()
[all...]
H A Dice_flex_pipe.c625 * @fv_idx: field vector word index
630 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off() argument
638 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off()
643 *prot = fv_ext[fv_idx].prot_id; in ice_find_prot_off()
644 *off = fv_ext[fv_idx].off; in ice_find_prot_off()

Completed in 15 milliseconds