Home
last modified time | relevance | path

Searched refs:guarant_cnt (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/i40e/
H A Di40e_fdir.c315 uint32_t guarant_cnt, best_cnt; in i40e_fdir_empty() local
317 guarant_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
2084 guarant_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()
2234 stat->guarant_cnt = in i40e_fdir_stats_get()
2251 uint32_t guarant_cnt; /**< Number of filters in guaranteed spaces. */ in i40e_fdir_filter_restore() local
2258 guarant_cnt = in i40e_fdir_filter_restore()
2266 guarant_cnt, best_cnt); in i40e_fdir_filter_restore()
/dpdk/lib/ethdev/
H A Drte_eth_ctrl.h486 uint32_t guarant_cnt; /**< Number of filters in guaranteed spaces. */ member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c1386 fdir_stats->guarant_cnt = max_num - fdir_stats->free; in ixgbe_fdir_stats_get()
1388 fdir_stats->guarant_cnt = max_num * 4 - fdir_stats->free; in ixgbe_fdir_stats_get()
/dpdk/app/test-pmd/
H A Dconfig.c5802 fdir_stat.guarant_cnt, fdir_stat.best_cnt); in fdir_get_infos()