Searched refs:RSS_HASHTYPE_RSS_IPV4 (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_rss.h62 #define RSS_HASHTYPE_RSS_IPV4 (1 << 1) /* IPv4 2-tuple */ macro
73 ((u_int)(RSS_HASHTYPE_RSS_IPV4 | \
H A Dice_lib.c5902 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV4) {
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_rss.h45 #define RSS_HASHTYPE_RSS_IPV4 (1 << 1) macro
H A Dif_ixv.c1329 rss_hash_config = RSS_HASHTYPE_RSS_IPV4
1336 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV4)
H A Dif_ix.c632 rss_hash_config = RSS_HASHTYPE_RSS_IPV4
641 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV4)
/freebsd-13-stable/sys/netinet/
H A Din_rss.c141 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) {
185 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) {
284 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) &&
300 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) &&
307 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) &&
349 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) {
/freebsd-13-stable/sys/net/
H A Drss_config.h62 #define RSS_HASHTYPE_RSS_IPV4 (1 << 1) /* IPv4 2-tuple */ macro
H A Drss_config.c485 RSS_HASHTYPE_RSS_IPV4
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_rss.c79 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV4)
/freebsd-13-stable/sys/dev/ixl/
H A Dif_iavf.c1928 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV4)
H A Dixl_pf_main.c995 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV4)
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c5906 #define SUPPORTED_RSS_HASHTYPES (RSS_HASHTYPE_RSS_IPV4 | \
5917 if (hashconfig & RSS_HASHTYPE_RSS_IPV4)
5962 hashconfig |= RSS_HASHTYPE_RSS_IPV4;
6064 if (extra & RSS_HASHTYPE_RSS_IPV4)

Completed in 217 milliseconds