Searched refs:RSS_HASHTYPE_RSS_UDP_IPV4 (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c2916 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV4)
H A Dif_ixlv.c2761 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV4)
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2714 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) {
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c5323 RSS_HASHTYPE_RSS_TCP_IPV6 | RSS_HASHTYPE_RSS_UDP_IPV4 | \
5336 if (hashconfig & RSS_HASHTYPE_RSS_UDP_IPV4) {
5368 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV4;
5487 if (extra & RSS_HASHTYPE_RSS_UDP_IPV4)
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c471 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV4)
H A Dif_ixv.c1377 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV4)
H A Dixgbe_rss.h51 #define RSS_HASHTYPE_RSS_UDP_IPV4 (1 << 7) macro
/freebsd-11-stable/sys/net/
H A Drss_config.c491 | RSS_HASHTYPE_RSS_UDP_IPV4
H A Drss_config.h68 #define RSS_HASHTYPE_RSS_UDP_IPV4 (1 << 7) /* IPv4 UDP 4-tuple */ macro
/freebsd-11-stable/sys/netinet/
H A Din_rss.c136 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) {
233 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) &&
243 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) == 0) &&
293 } else if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) &&

Completed in 377 milliseconds