Symbol: rss_gethashconfig
sys/dev/axgbe/if_axgbe_pci.c
734
rss_hash_config = rss_gethashconfig();
sys/dev/cxgbe/t4_main.c
7214
int hashconfig = rss_gethashconfig();
sys/dev/iavf/iavf_lib.c
1100
rss_hash_config = rss_gethashconfig();
sys/dev/ice/ice_lib.c
7393
rss_hash_config = rss_gethashconfig();
sys/dev/ixgbe/if_ix.c
697
rss_hash_config = rss_gethashconfig();
sys/dev/ixgbe/if_ixv.c
1350
rss_hash_config = rss_gethashconfig();
sys/dev/ixl/ixl_pf_main.c
1133
rss_hash_config = rss_gethashconfig();
sys/dev/liquidio/lio_rss.c
79
rss_hash_config = rss_gethashconfig();
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3044
if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) {
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3057
if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) {
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3070
if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) {
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3083
if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) {
sys/net/rss_config.h
132
u_int rss_gethashconfig(void);
sys/netinet/in_rss.c
123
(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) {
sys/netinet/in_rss.c
129
(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) {
sys/netinet/in_rss.c
134
} else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) {
sys/netinet/in_rss.c
169
(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) {
sys/netinet/in_rss.c
174
(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) {
sys/netinet/in_rss.c
178
} else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) {
sys/netinet/in_rss.c
266
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) &&
sys/netinet/in_rss.c
275
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) &&
sys/netinet/in_rss.c
276
((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) == 0) &&
sys/netinet/in_rss.c
282
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4) &&
sys/netinet/in_rss.c
291
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) &&
sys/netinet/in_rss.c
292
((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4) == 0) &&
sys/netinet/in_rss.c
298
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) &&
sys/netinet/in_rss.c
312
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4) &&
sys/netinet/in_rss.c
326
} else if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) &&
sys/netinet/in_rss.c
340
} else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) {
sys/netinet6/in6_rss.c
124
(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) {
sys/netinet6/in6_rss.c
130
(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) {
sys/netinet6/in6_rss.c
135
} else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) {
sys/netinet6/in6_rss.c
171
(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) {
sys/netinet6/in6_rss.c
176
(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) {
sys/netinet6/in6_rss.c
180
} else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) {
sys/netinet6/in6_rss.c
298
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) &&
sys/netinet6/in6_rss.c
306
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) &&
sys/netinet6/in6_rss.c
307
((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) == 0) &&
sys/netinet6/in6_rss.c
313
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6) &&
sys/netinet6/in6_rss.c
321
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) &&
sys/netinet6/in6_rss.c
322
((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6) == 0) &&
sys/netinet6/in6_rss.c
328
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) &&
sys/netinet6/in6_rss.c
339
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6) &&
sys/netinet6/in6_rss.c
352
} else if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) &&
sys/netinet6/in6_rss.c
365
} else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) {