Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_rss.c122 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) { in rss_proto_software_hash_v4()
128 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) { in rss_proto_software_hash_v4()
133 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) { in rss_proto_software_hash_v4()
168 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) { in xps_proto_software_hash_v4()
173 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) { in xps_proto_software_hash_v4()
177 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) { in xps_proto_software_hash_v4()
265 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) && in rss_mbuf_software_hash_v4()
274 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) && in rss_mbuf_software_hash_v4()
275 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) == 0) && in rss_mbuf_software_hash_v4()
281 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4) && in rss_mbuf_software_hash_v4()
[all …]
/freebsd/sys/netinet6/
H A Din6_rss.c123 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) { in rss_proto_software_hash_v6()
129 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in rss_proto_software_hash_v6()
134 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) { in rss_proto_software_hash_v6()
170 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) { in xps_proto_software_hash_v6()
175 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in xps_proto_software_hash_v6()
179 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) { in xps_proto_software_hash_v6()
297 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) && in rss_mbuf_software_hash_v6()
305 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) && in rss_mbuf_software_hash_v6()
306 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) == 0) && in rss_mbuf_software_hash_v6()
312 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6) && in rss_mbuf_software_hash_v6()
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_rss.h59 #define rss_gethashconfig() 0x7E macro
H A Dif_ixv.c1331 rss_hash_config = rss_gethashconfig(); in ixv_initialize_rss_mapping()
H A Dif_ix.c622 rss_hash_config = rss_gethashconfig(); in ixgbe_initialize_rss_mapping()
/freebsd/sys/dev/ice/
H A Dice_rss.h74 #define rss_gethashconfig() (ICE_DEFAULT_RSS_HASH_CONFIG) macro
H A Dice_lib.c7380 * rss_gethashconfig() to determine which flows to enable. If RSS kernel
7393 rss_hash_config = rss_gethashconfig(); in ice_log_pkg_init()
/freebsd/sys/net/
H A Drss_config.h119 u_int rss_gethashconfig(void);
H A Drss_config.c464 rss_gethashconfig(void) in rss_gethashconfig() function
/freebsd/sys/dev/liquidio/
H A Dlio_rss.c77 rss_hash_config = rss_gethashconfig(); in lio_set_rss_info()
/freebsd/sys/dev/iavf/
H A Diavf_lib.c1107 rss_hash_config = rss_gethashconfig(); in iavf_config_rss_reg()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3021 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) { in mlx5e_build_tir_ctx()
3036 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) { in mlx5e_build_tir_ctx()
3051 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) { in mlx5e_build_tir_ctx()
3066 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in mlx5e_build_tir_ctx()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c734 rss_hash_config = rss_gethashconfig(); in axgbe_initialize_rss_mapping()
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c1137 rss_hash_config = rss_gethashconfig(); in ixl_set_rss_pctypes()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6899 int hashconfig = rss_gethashconfig(); in vi_full_init()