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

/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c1869 sc->ti_txcnt = 0;
2956 sc->ti_txcnt--;
2972 if (sc->ti_txcnt == 0)
3093 if (sc->ti_txcnt + nseg >= TI_TX_RING_CNT) {
3143 sc->ti_txcnt += nseg;
3173 sc->ti_txcnt < (TI_TX_RING_CNT - 16);) {
H A Dif_tireg.h1059 int ti_txcnt; member in struct:ti_softc

Completed in 171 milliseconds