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

/freebsd-12-stable/sys/dev/ed/
H A Dif_ed.c533 sc->txb_next_tx = 0;
661 len = sc->txb_len[sc->txb_next_tx];
676 sc->txb_next_tx * ED_TXBUF_SIZE);
697 sc->txb_next_tx++;
698 if (sc->txb_next_tx == sc->txb_cnt)
699 sc->txb_next_tx = 0;
H A Dif_edvar.h105 u_char txb_next_tx; /* pointer to next buffer ready to xmit */ member in struct:ed_softc

Completed in 155 milliseconds