Searched refs:rss_gethashconfig (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_rss.h59 #define rss_gethashconfig() 0x7E macro
H A Dif_ixv.c1327 rss_hash_config = rss_gethashconfig();
H A Dif_ix.c617 rss_hash_config = rss_gethashconfig();
/freebsd-12-stable/sys/netinet/
H A Din_rss.c130 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) {
136 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) {
141 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) {
233 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) &&
242 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) &&
243 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4) == 0) &&
249 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4) &&
258 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) &&
259 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4) == 0) &&
265 if ((rss_gethashconfig()
[all...]
/freebsd-12-stable/sys/netinet6/
H A Din6_rss.c131 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) {
137 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) {
142 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) {
261 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) &&
269 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) &&
270 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6) == 0) &&
276 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6) &&
284 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) &&
285 ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6) == 0) &&
291 if ((rss_gethashconfig()
[all...]
/freebsd-12-stable/sys/dev/ice/
H A Dice_rss.h83 #define rss_gethashconfig() (ICE_DEFAULT_RSS_HASH_CONFIG) macro
H A Dice_lib.c5887 * rss_gethashconfig() to determine which flows to enable. If RSS kernel
5899 rss_hash_config = rss_gethashconfig();
/freebsd-12-stable/sys/net/
H A Drss_config.h121 u_int rss_gethashconfig(void);
H A Drss_config.c471 rss_gethashconfig(void) function
/freebsd-12-stable/sys/dev/liquidio/
H A Dlio_rss.c78 rss_hash_config = rss_gethashconfig();
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2829 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) {
2844 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) {
2859 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) {
2874 if (!(rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) {
/freebsd-12-stable/sys/dev/ixl/
H A Dif_iavf.c1936 rss_hash_config = rss_gethashconfig();
H A Dixl_pf_main.c953 rss_hash_config = rss_gethashconfig();
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c5679 int hashconfig = rss_gethashconfig();

Completed in 392 milliseconds