Searched refs:fv_idx (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_vlan_mode.c | 210 .fv_idx = ICE_EXTERNAL_VLAN_ID_FV_IDX, 222 .fv_idx = ICE_PKT_FLAGS_0_TO_15_FV_IDX, 233 .fv_idx = ICE_EXTERNAL_VLAN_ID_FV_IDX, 258 params->rid, params->lkup_idx, params->fv_idx, in ice_dvm_update_dflt_recipes()
|
| H A D | ice_flex_pipe.h | 28 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
|
| H A D | ice_protocol_type.h | 424 u16 fv_idx[ICE_NUM_WORDS_RECIPE]; member
|
| H A D | ice_switch.h | 206 u16 fv_idx; member
|
| H A D | ice_switch.c | 2280 rg_entry->fv_idx[i] = lkup_indx; in ice_get_recp_frm_fw() 2294 rg_entry->fv_idx[i]) || in ice_get_recp_frm_fw() 2295 rg_entry->fv_idx[i] & ICE_AQ_RECIPE_LKUP_IGNORE || in ice_get_recp_frm_fw() 2296 rg_entry->fv_idx[i] == 0) in ice_get_recp_frm_fw() 2300 rg_entry->fv_idx[i], &prot, &off); in ice_get_recp_frm_fw() 3419 rcp_list->content.lkup_indx[params->lkup_idx] = params->fv_idx; in ice_update_recipe_lkup_idx() 3431 params->rid, params->lkup_idx, params->fv_idx, in ice_update_recipe_lkup_idx() 7033 rg->fv_idx[i] = j; in ice_fill_fv_word_index() 7219 buf[recps].content.lkup_indx[i + 1] = entry->fv_idx[i]; in ice_add_sw_recipe() 7323 last_chain_entry->fv_idx[i] = entry->chain_idx; in ice_add_sw_recipe()
|
| H A D | ice_flex_pipe.c | 2567 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off() argument 2575 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off() 2580 *prot = fv_ext[fv_idx].prot_id; in ice_find_prot_off() 2581 *off = fv_ext[fv_idx].off; in ice_find_prot_off()
|