Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c1607 if (fv->ew[j].prot_id != ICE_PROT_INVALID || in ice_get_prof_index_max()
1608 fv->ew[j].off != ICE_FV_OFFSET_INVAL) in ice_get_prof_index_max()
1791 if (fv->ew[i].off != ICE_NAN_OFFSET) in ice_get_sw_prof_type()
1795 if (fv->ew[i].prot_id == (u8)ICE_PROT_UDP_OF && in ice_get_sw_prof_type()
1796 fv->ew[i].off == ICE_VNI_OFFSET) in ice_get_sw_prof_type()
1800 if (fv->ew[i].prot_id == (u8)ICE_PROT_GRE_OF) in ice_get_sw_prof_type()
1804 if (fv->ew[i].prot_id == (u8)ICE_PROT_PPPOE) in ice_get_sw_prof_type()
1904 if (fv->ew[j].prot_id == prot_ids[i]) in ice_get_sw_fv_list()
1969 if (fv->ew[i].prot_id == ICE_PROT_INVALID && in ice_init_prof_result_bm()
1970 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.c7013 fv_ext = fv->fv_ptr->ew; in ice_fill_fv_word_index()