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

  /src/sys/dev/ic/
dp8390var.h 59 u_short txb_inuse; /* number of transmit buffers active */ member in struct:dp8390_softc
dp8390.c 280 sc->txb_inuse = 0;
405 if ((sc->txb_next_tx + sc->txb_inuse) % sc->txb_cnt != sc->txb_new)
407 sc->txb_next_tx, sc->txb_inuse, sc->txb_cnt, sc->txb_new);
409 if (sc->txb_inuse == 0)
462 if (sc->txb_inuse == sc->txb_cnt) {
490 if (sc->txb_inuse++ == 0)
664 sc->txb_inuse != 0) {
730 if (--sc->txb_inuse != 0)

Completed in 108 milliseconds