Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c594 for (i = 0; i < pf->hw_prof_cnt[ptype][is_tunnel]; i++) { in ice_fdir_prof_rm()
611 pf->hw_prof_cnt[ptype][is_tunnel] = 0; in ice_fdir_prof_rm()
877 pf->hw_prof_cnt[ptype][is_tunnel] = 0; in ice_fdir_hw_tbl_conf()
882 pf->hw_prof_cnt[ptype][is_tunnel]++; in ice_fdir_hw_tbl_conf()
885 pf->hw_prof_cnt[ptype][is_tunnel]++; in ice_fdir_hw_tbl_conf()
H A Dice_ethdev.h430 uint16_t hw_prof_cnt[ICE_FLTR_PTYPE_MAX][ICE_FD_HW_SEG_MAX]; member