Searched refs:RSS (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-13-stable/sys/netinet6/
H A Dip6_output.c1612 #ifdef RSS
1751 #ifdef RSS
1759 #ifdef RSS
1899 #ifdef RSS
1943 #ifdef RSS
2197 #ifdef RSS
2279 #ifdef RSS
H A Din6_pcb.c1332 #if defined(PCBGROUP) && !defined(RSS)
1342 * When not using RSS, use connection groups in preference to the
1343 * reservation table when looking up 4-tuples. When using RSS, just
1348 * we could be doing RSS with a non-Toeplitz hash that is affordable
1351 #if defined(PCBGROUP) && !defined(RSS)
1382 * using RSS.
1393 #ifndef RSS
/freebsd-13-stable/sys/dev/ixl/
H A Dixl.h102 #ifdef RSS
H A Diavf_vc.c752 #ifdef RSS
753 /* Fetch the configured RSS key */
764 device_printf(sc->dev, "Unable to allocate msg memory for RSS key msg.\n");
811 device_printf(sc->dev, "Unable to allocate msg memory for RSS lut msg.\n");
821 #ifdef RSS
823 * Fetch the RSS bucket id for the given indirection entry.
H A Dif_iavf.c411 "VSIs %d, QPs %d, MSI-X %d, RSS sizes: key %d lut %d\n",
686 /* Set up RSS */
1902 #ifdef RSS
1906 /* Don't set up RSS if using a single queue */
1914 #ifdef RSS
1915 /* Fetch the configured RSS key */
1925 /* Enable PCTYPES for RSS: */
1926 #ifdef RSS
1955 #ifdef RSS
1957 * Fetch the RSS bucke
[all...]
H A Dixl_pf_iflib.c844 #ifdef RSS
846 * Fetch the RSS bucket id for the given indirection entry.
H A Dixl_txrx.c49 #ifdef RSS
/freebsd-13-stable/sys/netinet/
H A Dtcp_hpts.c156 #ifdef RSS
191 #ifdef RSS
1160 #if !defined(RSS) && defined(NUMA)
1174 #ifdef RSS
H A Dip_reass.c193 #ifdef RSS
511 #ifdef RSS
513 * Query the RSS layer for the flowid / flowtype for the
518 * what RSS wants for the given IP protocol and if so, just keep it.
524 * is correct for the configured RSS hash types and can be used.
H A Dtcp_timer.c194 #ifdef RSS
205 * This queries RSS if it's compiled in, else it defaults to the current
213 #ifdef RSS
222 /* Legacy, pre-RSS behaviour */
235 /* Default for RSS and non-RSS - cpuid 0 */
H A Din_pcb.c2188 #ifdef RSS
2191 * match for an RSS-local socket.
2561 #if defined(PCBGROUP) && !defined(RSS)
2571 * When not using RSS, use connection groups in preference to the
2572 * reservation table when looking up 4-tuples. When using RSS, just
2577 * we could be doing RSS with a non-Toeplitz hash that is affordable
2580 #if defined(PCBGROUP) && !defined(RSS)
2611 * using RSS.
2622 #ifndef RSS
3492 * In order to utilize packet pacing with RSS, w
[all...]
H A Dtcp_ratelimit.c705 #ifdef RSS
1054 #ifdef RSS
H A Dudp_usrreq.c1259 #ifdef RSS
1267 #endif /* RSS */
1483 * Setup flowid / RSS information for outbound socket.
1492 #if defined(ROUTE_MPATH) || defined(RSS)
1514 #endif /* RSS */
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2715 #ifdef RSS
2755 #ifdef RSS
2829 #ifdef RSS
2831 * The FreeBSD RSS implementation does currently not
2848 #ifdef RSS
2863 #ifdef RSS
2878 #ifdef RSS
2893 #ifdef RSS
3082 #ifdef RSS
3085 "NOTE: There are more RSS bucket
[all...]
H A Dmlx5_en_rx.c279 #ifdef RSS
280 /* decode the RSS hash type */
H A Dmlx5_en_tx.c157 #ifdef RSS
/freebsd-13-stable/sys/kern/
H A Duipc_ktls.c60 #ifdef RSS
109 #ifdef RSS
332 #ifdef RSS
/freebsd-13-stable/sys/dev/e1000/
H A Digb_txrx.c30 #ifdef RSS
H A Dem_txrx.c31 #ifdef RSS
/freebsd-13-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c51 #ifdef RSS
986 /* RSS table state shared with the device */
1006 /* Free RSS table state shared with the device */
1087 /* RSS conf */
1150 * RSS (presumably Toeplitz) in software.
1163 #ifdef RSS
1178 #ifdef RSS
1180 * If the software RSS is configured to anything else other than
1183 * disengage from the software RSS.
1546 * RSS an
[all...]
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c98 #ifdef RSS
191 #ifdef RSS
345 #ifndef RSS
629 #ifndef RSS
638 #endif /* !RSS */
1060 * Disable RSS first.
1067 if_printf(sc->hn_ifp, "disable RSS\n");
1070 if_printf(sc->hn_ifp, "RSS disable failed\n");
1075 * Reenable the RSS w/ the updated RSS ke
[all...]
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.c86 #ifdef RSS
900 #ifdef RSS
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_main.c68 #ifdef RSS
71 #endif /* RSS */
1450 #ifdef RSS
1455 #endif /* RSS */
/freebsd-13-stable/sys/dev/ena/
H A Dena_datapath.c340 #ifdef RSS
342 * Hardware and software RSS are in agreement only when both are
344 * that algorithm only when software RSS is enabled and uses it.
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dcn23xx_pf_device.c908 #ifdef RSS

Completed in 706 milliseconds

123