Home
last modified time | relevance | path

Searched refs:fv_ext (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c2258 struct ice_fv_word *fv_ext; in ice_find_prot_off() local
2266 fv_ext = hw->blk[blk].es.t + (prof * 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()
H A Dice_switch.c6305 struct ice_fv_word *fv_ext; in ice_fill_fv_word_index() local
6311 fv_ext = fv->fv_ptr->ew; in ice_fill_fv_word_index()
6326 if (fv_ext[j].prot_id == pr->prot_id && in ice_fill_fv_word_index()
6327 fv_ext[j].off == pr->off) { in ice_fill_fv_word_index()