Searched refs:fv_idx (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| 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 | 396 u16 fv_idx[ICE_NUM_WORDS_RECIPE]; member
|
| H A D | ice_switch.c | 1667 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 D | ice_flex_pipe.c | 2255 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()
|