Searched refs:fv_idx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/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, 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 D | ice_flex_pipe.h | 13 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
|
H A D | ice_protocol_type.h | 464 u16 fv_idx[ICE_NUM_WORDS_RECIPE]; member
|
H A D | ice_switch.h | 138 u16 fv_idx; member
|
H A D | ice_switch.c | 2010 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 D | ice_flex_pipe.c | 625 * @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 13 milliseconds