Searched refs:rss_gethashconfig (Results 1 – 15 of 15) sorted by relevance
122 (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 …]
123 (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 …]
59 #define rss_gethashconfig() 0x7E macro
1331 rss_hash_config = rss_gethashconfig(); in ixv_initialize_rss_mapping()
622 rss_hash_config = rss_gethashconfig(); in ixgbe_initialize_rss_mapping()
74 #define rss_gethashconfig() (ICE_DEFAULT_RSS_HASH_CONFIG) macro
7380 * rss_gethashconfig() to determine which flows to enable. If RSS kernel7393 rss_hash_config = rss_gethashconfig(); in ice_log_pkg_init()
119 u_int rss_gethashconfig(void);
464 rss_gethashconfig(void) in rss_gethashconfig() function
77 rss_hash_config = rss_gethashconfig(); in lio_set_rss_info()
1107 rss_hash_config = rss_gethashconfig(); in iavf_config_rss_reg()
3021 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()
734 rss_hash_config = rss_gethashconfig(); in axgbe_initialize_rss_mapping()
1137 rss_hash_config = rss_gethashconfig(); in ixl_set_rss_pctypes()
6899 int hashconfig = rss_gethashconfig(); in vi_full_init()