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

/freebsd-12-stable/sys/dev/ice/
H A Dice_rss.h69 #define RSS_HASHTYPE_RSS_UDP_IPV6 (1 << 9) /* IPv6 UDP 4-tuple */ macro
78 RSS_HASHTYPE_RSS_UDP_IPV6))
H A Dice_lib.c5941 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6) {
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_rss.h52 #define RSS_HASHTYPE_RSS_UDP_IPV6 (1 << 9) macro
H A Dif_ixv.c1357 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6)
H A Dif_ix.c647 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6)
/freebsd-12-stable/sys/net/
H A Drss_config.h69 #define RSS_HASHTYPE_RSS_UDP_IPV6 (1 << 9) /* IPv6 UDP 4-tuple */ macro
H A Drss_config.c492 | RSS_HASHTYPE_RSS_UDP_IPV6
/freebsd-12-stable/sys/netinet6/
H A Din6_rss.c137 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) {
261 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) &&
270 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) == 0) &&
315 } else if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) &&
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c5608 RSS_HASHTYPE_RSS_UDP_IPV6)
5624 if (hashconfig & RSS_HASHTYPE_RSS_UDP_IPV6) {
5654 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV6;
5773 if (extra & RSS_HASHTYPE_RSS_UDP_IPV6)
/freebsd-12-stable/sys/dev/ixl/
H A Dif_iavf.c1949 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6)
H A Dixl_pf_main.c966 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6)
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2874 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) {

Completed in 248 milliseconds