Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Din_rss.c123 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) { in rss_proto_software_hash_v4()
129 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) { in rss_proto_software_hash_v4()
134 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) { in rss_proto_software_hash_v4()
169 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) { in xps_proto_software_hash_v4()
174 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) { in xps_proto_software_hash_v4()
178 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) { in xps_proto_software_hash_v4()
266 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) && in rss_mbuf_software_hash_v4()
275 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) && in rss_mbuf_software_hash_v4()
276 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) == 0) && in rss_mbuf_software_hash_v4()
282 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4) && in rss_mbuf_software_hash_v4()
[all …]
/src/sys/netinet6/
H A Din6_rss.c124 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) { in rss_proto_software_hash_v6()
130 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in rss_proto_software_hash_v6()
135 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) { in rss_proto_software_hash_v6()
171 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) { in xps_proto_software_hash_v6()
176 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in xps_proto_software_hash_v6()
180 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) { in xps_proto_software_hash_v6()
298 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) && in rss_mbuf_software_hash_v6()
306 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) && in rss_mbuf_software_hash_v6()
307 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) == 0) && in rss_mbuf_software_hash_v6()
313 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6) && in rss_mbuf_software_hash_v6()
[all …]
/src/sys/net/
H A Drss_config.h132 u_int rss_gethashconfig(void);
H A Drss_config.c484 rss_gethashconfig(void) in rss_gethashconfig() function
/src/sys/dev/liquidio/
H A Dlio_rss.c79 rss_hash_config = rss_gethashconfig(); in lio_set_rss_info()
/src/sys/dev/iavf/
H A Diavf_lib.c1100 rss_hash_config = rss_gethashconfig(); in iavf_config_rss_reg()
/src/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3044 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) { in mlx5e_build_tir_ctx()
3057 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) { in mlx5e_build_tir_ctx()
3070 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) { in mlx5e_build_tir_ctx()
3083 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in mlx5e_build_tir_ctx()
/src/sys/dev/ixgbe/
H A Dif_ixv.c1350 rss_hash_config = rss_gethashconfig(); in ixv_initialize_rss_mapping()
H A Dif_ix.c697 rss_hash_config = rss_gethashconfig(); in ixgbe_initialize_rss_mapping()
/src/sys/dev/axgbe/
H A Dif_axgbe_pci.c734 rss_hash_config = rss_gethashconfig(); in axgbe_initialize_rss_mapping()
/src/sys/dev/ixl/
H A Dixl_pf_main.c1133 rss_hash_config = rss_gethashconfig(); in ixl_set_rss_pctypes()
/src/sys/dev/ice/
H A Dice_lib.c7393 rss_hash_config = rss_gethashconfig(); in ice_set_rss_flow_flds()
/src/sys/dev/cxgbe/
H A Dt4_main.c7214 int hashconfig = rss_gethashconfig(); in vi_full_init()