HomeSort by: relevance | last modified time | path
    Searched defs:wraparound (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ix_txrx.c 1834 bool wraparound = false; local in function:ixgbe_rxeof
1854 /* Non-wraparound */
1858 /* Wraparound. Sync the first half. */
1889 if (wraparound) {
1893 wraparound = false;
2174 wraparound = true;
  /src/sys/dev/ic/
sl811hs.c 317 int wraparound; member in struct:slhci_cc_times
340 times->wraparound = 1;
395 if (times->wraparound)

Completed in 15 milliseconds