Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_hash.c229 #define I40E_HASH_L4_TYPES (RTE_ETH_RSS_NONFRAG_IPV4_TCP | \ macro
596 if (rss_types & I40E_HASH_L4_TYPES) { in i40e_hash_get_inset()
1090 type = (I40E_HASH_L4_TYPES | RTE_ETH_RSS_IPV4 | RTE_ETH_RSS_FRAG_IPV4 | in i40e_hash_validate_rss_types()
1098 type = (I40E_HASH_L4_TYPES | RTE_ETH_RSS_PORT) & rss_types; in i40e_hash_validate_rss_types()