HomeSort by: relevance | last modified time | path
    Searched refs:RSS (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_features.h 64 "\1" "VF" "\2" "SRIOV" "\3" "RSS" "\4" "NETMAP" \
75 #ifndef RSS
ixgbe_rss.h 59 #ifdef RSS
ix_txrx.c 218 #ifdef RSS
223 * When doing RSS, map it to the same outbound queue
229 #ifdef RSS
1836 #ifdef RSS
1908 #ifdef RSS
2113 * and never cleared. This means we have RSS hash
2118 le32toh(cur->wb.lower.hi_dword.rss);
ixgbe.c 406 "Enable Receive-Side Scaling (RSS)");
430 /* force use default RSS key. */
435 /* Fetch the configured RSS key */
466 * Fetch the RSS bucket id for the given indirection
649 /* RSS and RX IPP Checksum are mutually exclusive */
3518 SYSCTL_DESCR("Prints RSS Configuration"),
6416 /* Receive-Side Scaling (RSS) */
6870 #ifdef RSS
6876 #ifdef RSS
6878 * If we're doing RSS, the number of queues needs t
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 909 ReadySuspendResumeResult RSS = buildCoawaitCalls(
911 if (RSS.IsInvalid)
915 new (Context) CoawaitExpr(Loc, E, RSS.Results[0], RSS.Results[1],
916 RSS.Results[2], RSS.OpaqueValue, IsImplicit);
964 ReadySuspendResumeResult RSS = buildCoawaitCalls(
966 if (RSS.IsInvalid)
970 new (Context) CoyieldExpr(Loc, E, RSS.Results[0], RSS.Results[1]
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
printcmds.exp 1050 set fmt(RSS) "%s, \"%s%s\""
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
printcmds.exp 1050 set fmt(RSS) "%s, \"%s%s\""
  /src/sys/dev/pci/
if_ena.c 1974 #ifdef RSS
1980 * using something similar to the RSS round-robin technique.
2086 #ifdef RSS
2087 ena_trace(ENA_INFO, "queue %d - RSS bucket %d\n",

Completed in 41 milliseconds