Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c317 uint32_t guarant_cnt, best_cnt; in i40e_fdir_empty() local
322 best_cnt = (uint32_t)((I40E_READ_REG(hw, I40E_PFQF_FDSTAT) & in i40e_fdir_empty()
325 if (best_cnt + guarant_cnt > 0) in i40e_fdir_empty()
1966 uint16_t guarant_cnt, best_cnt; in i40e_fdir_flush() local
1985 best_cnt = (uint16_t)((I40E_READ_REG(hw, I40E_PFQF_FDSTAT) & in i40e_fdir_flush()
1988 if (guarant_cnt != 0 || best_cnt != 0) { in i40e_fdir_flush()
2135 stat->best_cnt = in i40e_fdir_stats_get()
2150 uint32_t best_cnt; /**< Number of filters in best effort spaces. */ in i40e_fdir_filter_restore() local
2159 best_cnt = in i40e_fdir_filter_restore()
2164 guarant_cnt, best_cnt); in i40e_fdir_filter_restore()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_eth_ctrl.h486 uint32_t best_cnt; /**< Number of filters in best effort spaces. */ member
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c4820 fdir_stat.guarant_cnt, fdir_stat.best_cnt); in fdir_get_infos()