Home
last modified time | relevance | path

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

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