Searched refs:txb_inuse (Results 1 – 2 of 2) sorted by relevance
531 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()
102 u_char txb_inuse; /* number of TX buffers currently in-use */ member