Searched refs:RSS (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_rss.h38 #ifdef RSS
H A Dixgbe_features.h67 #ifndef RSS
/freebsd-13-stable/sys/netinet6/
H A Din6_pcbgroup.c54 * index. Where RSS is supported, try to align bucket selection with RSS CPU
61 #ifdef RSS
71 * a TCP packet turnsup with a 2-tuple hash, or if an RSS hash is present but
72 * RSS is not compiled into the kernel.
78 #ifdef RSS
106 * RSS note: we pass foreign addr/port as source, and local addr/port
112 #ifdef RSS
120 #ifdef RSS
138 #ifdef RSS
[all...]
H A Dip6_input.c138 #ifdef RSS
166 #ifdef RSS
258 #ifdef RSS
286 #ifdef RSS
357 #ifdef RSS
475 #ifdef RSS
1524 #ifdef RSS
H A Dfrag6.c377 #ifdef RSS
842 #ifdef RSS
859 #ifdef RSS
/freebsd-13-stable/sys/dev/ice/
H A Dice_rss.h35 * @brief default RSS values if kernel RSS is not enabled
37 * This header includes default definitions for RSS functionality if the
38 * kernel RSS interface is not enabled. This allows main driver code to avoid
39 * having to check the RSS ifdef throughout, but instead just use the RSS
46 #ifdef RSS
47 // We have the kernel RSS interface available
50 /* Make sure our key size buffer has enough space to store the kernel RSS key */
53 /* The kernel RSS interfac
[all...]
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_rss.h38 #ifdef RSS
80 #endif /* RSS */
H A Dlio_network.h129 #ifdef RSS
131 #endif /* RSS */
H A Dlio_rss.c35 #ifdef RSS
56 lio_dev_err(oct, "Failed to SET RSS params\n");
58 lio_dev_info(oct, "SET RSS params\n");
139 lio_dev_info(oct, "RSS itable: Size %u\n", rss_param->param.itablesize);
173 #endif /* RSS */
H A Dlio_rxtx.c269 #ifdef RSS
274 #ifdef RSS
H A Dlio_core.c563 #ifdef RSS
565 lio_dev_info(oct, "IOQ vectors (%d) are not equal number of RSS buckets (%d)\n",
612 #ifdef RSS
623 #ifdef RSS
624 lio_dev_dbg(oct, "Bound RSS bucket %d to CPU %d\n", i, cpu_id);
/freebsd-13-stable/sys/netinet/
H A Din_pcbgroup.c65 * hardware work distribution strategies such as RSS. In this construction,
72 * example, Toeplitz, specified by RSS, introduced a significant overhead if
76 * non-RSS interfaces.
83 * model, such as RSS or similar approaches taken in embedded network boards.
90 * When RSS is used, certain connection group parameters, such as the number
91 * of groups, are provided by the RSS implementation, found in in_rss.c.
119 * Hook netisr thread reconfiguration events, and propagate those to RSS so
149 #ifdef RSS
151 * If we're using RSS, then RSS determine
[all...]
H A Dip_input.c148 #ifdef RSS
157 #ifdef RSS
264 #ifdef RSS
304 #endif /* RSS */
345 #ifdef RSS
373 #ifdef RSS
384 #ifdef RSS
419 #ifdef RSS
1328 #ifdef RSS
H A Dip_output.c1101 #ifdef RSS
1203 #ifdef RSS
1219 #ifdef RSS
1304 #ifdef RSS
1456 #ifdef RSS
1531 #ifdef RSS
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp868 ReadySuspendResumeResult RSS = local
870 if (RSS.IsInvalid)
874 new (Context) CoawaitExpr(Loc, E, RSS.Results[0], RSS.Results[1],
875 RSS.Results[2], RSS.OpaqueValue, IsImplicit);
923 ReadySuspendResumeResult RSS = local
925 if (RSS.IsInvalid)
929 new (Context) CoyieldExpr(Loc, E, RSS.Results[0], RSS
[all...]
/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c64 LIM(RSS, 1024),
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c64 LIM(RSS, 1024),
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_intr.c56 #ifdef RSS
201 #ifdef RSS
H A Dsfxge_rx.c62 #ifdef RSS
170 #ifdef RSS
1135 #ifdef RSS
1150 #ifdef RSS
H A Dsfxge.c65 #ifdef RSS
134 * - hardwire maximum RSS channels
135 * - administratively specified maximum RSS channels
137 #ifdef RSS
181 #ifdef RSS
184 "is less than the number of RSS buckets (%u); "
/freebsd-13-stable/sys/net/
H A Droute.h134 #ifdef RSS
146 #else /* !RSS */
159 #endif /* RSS */
H A Dif_loop.c230 #ifdef RSS
H A Dif_gre.c75 #ifdef RSS
84 #ifdef RSS
650 #ifndef RSS
667 #else /* RSS */
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c38 #ifdef RSS
474 #ifdef RSS
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.h73 #ifdef RSS

Completed in 306 milliseconds

123