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

  /src/sys/dev/pci/
oboereg.h 136 #define TX_SLOTS 8
oboe.c 112 u_char * sc_xmit_bufs[TX_SLOTS];
114 void * sc_xmit_stores[TX_SLOTS];
351 while (sc->sc_txpending == TX_SLOTS) {
391 sc->sc_txs %= TX_SLOTS;
602 for (i = 0; i < TX_SLOTS; ++i) {
633 for (i = 0; i < TX_SLOTS; ++i) {
677 if (sc->sc_txs < 0 || sc->sc_txs >= TX_SLOTS)

Completed in 11 milliseconds