Home
last modified time | relevance | path

Searched refs:ew (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c1420 if (fv->ew[j].prot_id != ICE_PROT_INVALID || in ice_get_prof_index_max()
1421 fv->ew[j].off != ICE_FV_OFFSET_INVAL) in ice_get_prof_index_max()
1603 if (fv->ew[i].prot_id == (u8)ICE_PROT_UDP_OF && in ice_get_sw_prof_type()
1604 fv->ew[i].off == ICE_VNI_OFFSET) in ice_get_sw_prof_type()
1608 if (fv->ew[i].prot_id == (u8)ICE_PROT_GRE_OF) in ice_get_sw_prof_type()
1612 if (fv->ew[i].prot_id == (u8)ICE_PROT_PPPOE) in ice_get_sw_prof_type()
1717 if (fv->ew[j].prot_id == prot_ids[i]) in ice_get_sw_fv_list()
1782 if (fv->ew[i].prot_id == ICE_PROT_INVALID && in ice_init_prof_result_bm()
1783 fv->ew[i].off == ICE_FV_OFFSET_INVAL) in ice_init_prof_result_bm()
H A Dice_flex_type.h23 struct ice_fv_word ew[ICE_MAX_FV_WORDS]; member
H A Dice_switch.c6311 fv_ext = fv->fv_ptr->ew; in ice_fill_fv_word_index()