Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_fdir.c315 uint32_t guarant_cnt, best_cnt; in i40e_fdir_empty() local
320 best_cnt = (uint32_t)((I40E_READ_REG(hw, I40E_PFQF_FDSTAT) & in i40e_fdir_empty()
323 if (best_cnt + guarant_cnt > 0) in i40e_fdir_empty()
2068 uint16_t guarant_cnt, best_cnt; in i40e_fdir_flush() local
2087 best_cnt = (uint16_t)((I40E_READ_REG(hw, I40E_PFQF_FDSTAT) & in i40e_fdir_flush()
2090 if (guarant_cnt != 0 || best_cnt != 0) { in i40e_fdir_flush()
2237 stat->best_cnt = in i40e_fdir_stats_get()
2252 uint32_t best_cnt; /**< Number of filters in best effort spaces. */ in i40e_fdir_filter_restore() local
2261 best_cnt = in i40e_fdir_filter_restore()
2266 guarant_cnt, best_cnt); in i40e_fdir_filter_restore()
/dpdk/lib/ethdev/
H A Drte_eth_ctrl.h487 uint32_t best_cnt; /**< Number of filters in best effort spaces. */ member
/dpdk/app/test-pmd/
H A Dconfig.c5802 fdir_stat.guarant_cnt, fdir_stat.best_cnt); in fdir_get_infos()