Searched refs:txcount (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c185 int txcount; member in struct:ffec_softc
601 --sc->txcount;
604 ++sc->txcount;
666 if (sc->txcount == (TX_DESC_COUNT-1)) {
1209 sc->txcount = 0;
/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c183 --sc->txcount;
191 ++sc->txcount;
262 if (sc->txcount == (TX_DESC_COUNT-1)) {
1147 sc->txcount = TX_DESC_COUNT;
H A Dif_dwcvar.h96 int txcount; member in struct:dwc_softc

Completed in 92 milliseconds