Searched refs:rss_gethashconfig (Results 1 – 13 of 13) sorted by relevance
123 (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 …]
124 (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 …]
132 u_int rss_gethashconfig(void);
484 rss_gethashconfig(void) in rss_gethashconfig() function
79 rss_hash_config = rss_gethashconfig(); in lio_set_rss_info()
1100 rss_hash_config = rss_gethashconfig(); in iavf_config_rss_reg()
3044 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()
1350 rss_hash_config = rss_gethashconfig(); in ixv_initialize_rss_mapping()
697 rss_hash_config = rss_gethashconfig(); in ixgbe_initialize_rss_mapping()
734 rss_hash_config = rss_gethashconfig(); in axgbe_initialize_rss_mapping()
1133 rss_hash_config = rss_gethashconfig(); in ixl_set_rss_pctypes()
7393 rss_hash_config = rss_gethashconfig(); in ice_set_rss_flow_flds()
7214 int hashconfig = rss_gethashconfig(); in vi_full_init()