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

  /src/sys/dev/marvell/
gtmpscvar.h 113 volatile int sc_lasttx; /* "last" tx xfer index */ member in struct:gtmpsc_softc
gtmpsc.c 587 sc->sc_lasttx = 0;
964 ix = sc->sc_lasttx;
982 sc->sc_lasttx = ix;
1006 while (sc->sc_tbc > 0 && sc->sc_nexttx != sc->sc_lasttx) {
1150 sc->sc_lasttx = 0;
1512 if (sc->sc_nexttx == sc->sc_lasttx) {
1513 gtmpsc_common_putc_wait_complete(sc, sc->sc_lasttx);
1514 sc->sc_lasttx = (sc->sc_lasttx + 1) % GTMPSC_NTXDESC;
1540 while (sc->sc_lasttx != sc->sc_nexttx)
    [all...]
  /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 124 milliseconds