Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_fdir.c111 switch (conf->pballoc) { in configure_fdir_flags()
524 enum rte_eth_fdir_pballoc_type pballoc) in atr_compute_perfect_hash() argument
530 if (pballoc == RTE_ETH_FDIR_PBALLOC_256K) in atr_compute_perfect_hash()
532 else if (pballoc == RTE_ETH_FDIR_PBALLOC_128K) in atr_compute_perfect_hash()
567 enum rte_eth_fdir_pballoc_type pballoc) in atr_compute_signature_hash() argument
573 if (pballoc == RTE_ETH_FDIR_PBALLOC_256K) in atr_compute_signature_hash()
575 else if (pballoc == RTE_ETH_FDIR_PBALLOC_128K) in atr_compute_signature_hash()
812 dev->data->dev_conf.fdir_conf.pballoc); in txgbe_fdir_filter_program()
816 dev->data->dev_conf.fdir_conf.pballoc); in txgbe_fdir_filter_program()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c93 enum rte_eth_fdir_pballoc_type pballoc);
95 enum rte_eth_fdir_pballoc_type pballoc);
170 switch (conf->pballoc) { in configure_fdir_flags()
810 enum rte_eth_fdir_pballoc_type pballoc) in atr_compute_perfect_hash_82599() argument
812 if (pballoc == RTE_ETH_FDIR_PBALLOC_256K) in atr_compute_perfect_hash_82599()
816 else if (pballoc == RTE_ETH_FDIR_PBALLOC_128K) in atr_compute_perfect_hash_82599()
853 enum rte_eth_fdir_pballoc_type pballoc) in atr_compute_sig_hash_82599() argument
857 if (pballoc == RTE_ETH_FDIR_PBALLOC_256K) in atr_compute_sig_hash_82599()
861 else if (pballoc == RTE_ETH_FDIR_PBALLOC_128K) in atr_compute_sig_hash_82599()
1168 dev->data->dev_conf.fdir_conf.pballoc); in ixgbe_fdir_filter_program()
[all …]
/dpdk/app/test-pmd/
H A Dparameters.c1000 fdir_conf.pballoc = in launch_args_parse()
1003 fdir_conf.pballoc = in launch_args_parse()
1006 fdir_conf.pballoc = in launch_args_parse()
H A Dtestpmd.c475 .pballoc = RTE_ETH_FDIR_PBALLOC_64K,
/dpdk/lib/ethdev/
H A Drte_ethdev.h1528 enum rte_eth_fdir_pballoc_type pballoc; /**< Space for FDIR filters. */ member