Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_rss.c129 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in rss_proto_software_hash_v6()
175 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in xps_proto_software_hash_v6()
297 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) && in rss_mbuf_software_hash_v6()
306 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) == 0) && in rss_mbuf_software_hash_v6()
351 } else if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) && in rss_mbuf_software_hash_v6()
/freebsd/sys/dev/ice/
H A Dice_rss.h68 #define RSS_HASHTYPE_RSS_UDP_IPV6 (1 << 9) /* IPv6 UDP 4-tuple */ macro
77 RSS_HASHTYPE_RSS_UDP_IPV6))
H A Dice_lib.c7291 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6) { in ice_set_rss_flow_flds()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_rss.h51 #define RSS_HASHTYPE_RSS_UDP_IPV6 (1 << 9) macro
H A Dif_ixv.c1358 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6) in ixv_initialize_rss_mapping()
H A Dif_ix.c650 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6) in ixgbe_initialize_rss_mapping()
/freebsd/sys/net/
H A Drss_config.h67 #define RSS_HASHTYPE_RSS_UDP_IPV6 (1 << 9) /* IPv6 UDP 4-tuple */ macro
H A Drss_config.c485 | RSS_HASHTYPE_RSS_UDP_IPV6 in rss_gethashconfig()
/freebsd/sys/dev/iavf/
H A Diavf_lib.c1120 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6) in iavf_config_rss_reg()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6730 RSS_HASHTYPE_RSS_UDP_IPV6)
6746 if (hashconfig & RSS_HASHTYPE_RSS_UDP_IPV6) { in hashconfig_to_hashen()
6776 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV6; in hashen_to_hashconfig()
6892 if (extra & RSS_HASHTYPE_RSS_UDP_IPV6) in vi_full_init()
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c1149 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6) in ixl_set_rss_pctypes()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3061 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in mlx5e_build_tir_ctx()