Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.h28 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
H A Dice_protocol_type.h396 u16 fv_idx[ICE_NUM_WORDS_RECIPE]; member
H A Dice_switch.c1667 rg_entry->fv_idx[i] = lkup_indx; in ice_get_recp_frm_fw()
1681 rg_entry->fv_idx[i]) || in ice_get_recp_frm_fw()
1682 rg_entry->fv_idx[i] & ICE_AQ_RECIPE_LKUP_IGNORE || in ice_get_recp_frm_fw()
1683 rg_entry->fv_idx[i] == 0) in ice_get_recp_frm_fw()
1687 rg_entry->fv_idx[i], &prot, &off); in ice_get_recp_frm_fw()
6331 rg->fv_idx[i] = j; in ice_fill_fv_word_index()
6517 buf[recps].content.lkup_indx[i + 1] = entry->fv_idx[i]; in ice_add_sw_recipe()
6621 last_chain_entry->fv_idx[i] = entry->chain_idx; in ice_add_sw_recipe()
H A Dice_flex_pipe.c2255 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off() argument
2263 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off()
2268 *prot = fv_ext[fv_idx].prot_id; in ice_find_prot_off()
2269 *off = fv_ext[fv_idx].off; in ice_find_prot_off()