Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_acl_filter.c62 enum ice_fltr_ptype ptype, fltr_ptype; in ice_acl_prof_alloc() local
85 for (fltr_ptype = ICE_FLTR_PTYPE_NONF_NONE + 1; in ice_acl_prof_alloc()
86 fltr_ptype < ptype; fltr_ptype++) { in ice_acl_prof_alloc()
87 rte_free(hw->acl_prof[fltr_ptype]); in ice_acl_prof_alloc()
88 hw->acl_prof[fltr_ptype] = NULL; in ice_acl_prof_alloc()
H A Dice_fdir_filter.c171 enum ice_fltr_ptype ptype, fltr_ptype; in ice_fdir_prof_alloc() local
193 for (fltr_ptype = ICE_FLTR_PTYPE_NONF_NONE + 1; in ice_fdir_prof_alloc()
194 fltr_ptype < ptype; in ice_fdir_prof_alloc()
195 fltr_ptype++) { in ice_fdir_prof_alloc()
196 rte_free(hw->fdir_prof[fltr_ptype]); in ice_fdir_prof_alloc()
197 hw->fdir_prof[fltr_ptype] = NULL; in ice_fdir_prof_alloc()