HomeSort by: relevance | last modified time | path
    Searched defs:sc_lasttx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
gtmpscvar.h 113 volatile int sc_lasttx; /* "last" tx xfer index */ member in struct:gtmpsc_softc
  /src/sys/dev/pci/
if_xge.c 154 int sc_nexttx, sc_lasttx; member in struct:xge_softc
426 sc->sc_lasttx = NTXDESCS-1;
731 lasttx = sc->sc_lasttx;
732 while ((i = NEXTTX(sc->sc_lasttx)) != sc->sc_nexttx) {
748 sc->sc_lasttx = i;
754 if (sc->sc_lasttx != lasttx)
957 if (sc->sc_nexttx == sc->sc_lasttx)

Completed in 12 milliseconds