Home
last modified time | relevance | path

Searched refs:guarant_cnt (Results 1 – 4 of 4) 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
319 guarant_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
1982 guarant_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()
2132 stat->guarant_cnt = in i40e_fdir_stats_get()
2149 uint32_t guarant_cnt; /**< Number of filters in guaranteed spaces. */ in i40e_fdir_filter_restore() local
2156 guarant_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.h485 uint32_t guarant_cnt; /**< Number of filters in guaranteed spaces. */ member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c1357 fdir_stats->guarant_cnt = max_num - fdir_stats->free; in ixgbe_fdir_stats_get()
1359 fdir_stats->guarant_cnt = max_num * 4 - fdir_stats->free; in ixgbe_fdir_stats_get()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c4820 fdir_stat.guarant_cnt, fdir_stat.best_cnt); in fdir_get_infos()