Searched refs:txb_inuse (Results 1 – 2 of 2) sorted by relevance
525 sc->txb_inuse = 0; in ed_init_locked()736 if (sc->txb_inuse && (sc->xmit_busy == 0)) { in ed_start_locked()744 if (sc->txb_inuse == sc->txb_cnt) { in ed_start_locked()782 sc->txb_inuse++; in ed_start_locked()1109 if (sc->txb_inuse && --sc->txb_inuse) in edintr()
100 u_char txb_inuse; /* number of TX buffers currently in-use */ member