Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c93 enum rte_fdir_pballoc_type pballoc);
95 enum rte_fdir_pballoc_type pballoc);
170 switch (conf->pballoc) { in configure_fdir_flags()
781 enum rte_fdir_pballoc_type pballoc) in atr_compute_perfect_hash_82599() argument
783 if (pballoc == RTE_FDIR_PBALLOC_256K) in atr_compute_perfect_hash_82599()
787 else if (pballoc == RTE_FDIR_PBALLOC_128K) in atr_compute_perfect_hash_82599()
824 enum rte_fdir_pballoc_type pballoc) in atr_compute_sig_hash_82599() argument
828 if (pballoc == RTE_FDIR_PBALLOC_256K) in atr_compute_sig_hash_82599()
832 else if (pballoc == RTE_FDIR_PBALLOC_128K) in atr_compute_sig_hash_82599()
1139 dev->data->dev_conf.fdir_conf.pballoc); in ixgbe_fdir_filter_program()
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dparameters.c984 fdir_conf.pballoc = in launch_args_parse()
987 fdir_conf.pballoc = in launch_args_parse()
990 fdir_conf.pballoc = in launch_args_parse()
H A Dtestpmd.c456 .pballoc = RTE_FDIR_PBALLOC_64K,
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h1255 enum rte_fdir_pballoc_type pballoc; /**< Space for FDIR filters. */ member