Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
A Dice_flex_pipe.h25 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
A Dice_protocol_type.h238 u16 fv_idx[ICE_NUM_WORDS_RECIPE]; member
A Dice_switch.c1305 rg_entry->fv_idx[i] = lkup_indx; in ice_get_recp_frm_fw()
1318 if (test_bit(rg_entry->fv_idx[i], hw->switch_info->prof_res_bm[prof]) || in ice_get_recp_frm_fw()
1319 rg_entry->fv_idx[i] & ICE_AQ_RECIPE_LKUP_IGNORE || in ice_get_recp_frm_fw()
1320 rg_entry->fv_idx[i] == 0) in ice_get_recp_frm_fw()
1324 rg_entry->fv_idx[i], &prot, &off); in ice_get_recp_frm_fw()
4027 rg->fv_idx[i] = j; in ice_fill_fv_word_index()
4210 buf[recps].content.lkup_indx[i + 1] = entry->fv_idx[i]; in ice_add_sw_recipe()
4312 last_chain_entry->fv_idx[i] = entry->chain_idx; in ice_add_sw_recipe()
A Dice_flex_pipe.c2149 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off() argument
2157 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off()
2162 *prot = fv_ext[fv_idx].prot_id; in ice_find_prot_off()
2163 *off = fv_ext[fv_idx].off; in ice_find_prot_off()

Completed in 27 milliseconds