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()
274 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) && in rss_mbuf_software_hash_v4()
290 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) && in rss_mbuf_software_hash_v4()
297 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) && in rss_mbuf_software_hash_v4()
311 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()
305 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) && in rss_mbuf_software_hash_v6()
320 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) && in rss_mbuf_software_hash_v6()
327 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) && in rss_mbuf_software_hash_v6()
338 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6) && in rss_mbuf_software_hash_v6()
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_rss.h58 #define rss_gethashconfig() 0x7E macro
H A Dif_ixv.c1328 rss_hash_config = rss_gethashconfig(); in ixv_initialize_rss_mapping()
H A Dif_ix.c620 rss_hash_config = rss_gethashconfig(); in ixgbe_initialize_rss_mapping()
/freebsd/sys/dev/ice/
H A Dice_rss.h82 #define rss_gethashconfig() (ICE_DEFAULT_RSS_HASH_CONFIG) macro
H A Dice_lib.c7244 rss_hash_config = rss_gethashconfig(); in ice_set_rss_flow_flds()
/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.c3016 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) { in mlx5e_build_tir_ctx()
3031 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) { in mlx5e_build_tir_ctx()
3046 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) { in mlx5e_build_tir_ctx()
3061 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in mlx5e_build_tir_ctx()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c751 rss_hash_config = rss_gethashconfig(); in axgbe_initialize_rss_mapping()
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c1136 rss_hash_config = rss_gethashconfig(); in ixl_set_rss_pctypes()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6802 int hashconfig = rss_gethashconfig(); in vi_full_init()