Searched refs:txb_inuse (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ed/
H A Dif_ed.c531 sc->txb_inuse = 0;
742 if (sc->txb_inuse && (sc->xmit_busy == 0)) {
750 if (sc->txb_inuse == sc->txb_cnt) {
788 sc->txb_inuse++;
1115 if (sc->txb_inuse && --sc->txb_inuse)
H A Dif_edvar.h102 u_char txb_inuse; /* number of TX buffers currently in-use */ member in struct:ed_softc

Completed in 85 milliseconds