Home
last modified time | relevance | path

Searched refs:RTE_ETH_RSS_PORT (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.h19 RTE_ETH_RSS_PORT | \
H A Dnicvf_ethdev.c411 if (ethdev_rss & RTE_ETH_RSS_PORT) in nicvf_rss_ethdev_to_nic()
445 ethdev_rss |= RTE_ETH_RSS_PORT; in nicvf_rss_nic_to_ethdev()
/dpdk/drivers/net/i40e/
H A Di40e_hash.c140 { RTE_ETH_RSS_PORT, I40E_INSET_SRC_PORT | I40E_INSET_DST_PORT },
223 RTE_ETH_RSS_PORT | RTE_ETH_RSS_L4_SRC_ONLY | \
1098 type = (I40E_HASH_L4_TYPES | RTE_ETH_RSS_PORT) & rss_types; in i40e_hash_validate_rss_types()
/dpdk/lib/ethdev/
H A Drte_ethdev.h589 #define RTE_ETH_RSS_PORT RTE_BIT64(18) macro
622 #define ETH_RSS_PORT RTE_DEPRECATED(ETH_RSS_PORT) RTE_ETH_RSS_PORT
926 RTE_ETH_RSS_PORT | \
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.h66 (RTE_ETH_RSS_PORT | RTE_ETH_RSS_IP | RTE_ETH_RSS_UDP | \
H A Dcnxk_ethdev.c752 if (ethdev_rss & RTE_ETH_RSS_PORT) in cnxk_rss_ethdev_to_nix()
/dpdk/app/test-pmd/
H A Dconfig.c117 { "port", RTE_ETH_RSS_PORT },
H A Dcmdline.c2198 rss_conf.rss_hf = RTE_ETH_RSS_PORT; in cmd_config_rss_parsed()