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

  /src/sys/dev/ic/
sgecvar.h 62 int sc_nexttx; member in struct:ze_softc
  /src/sys/dev/marvell/
gtmpscvar.h 112 volatile int sc_nexttx; /* "next" tx xfer index */ member in struct:gtmpsc_softc
  /src/sys/arch/sgimips/hpc/
sqvar.h 142 int sc_nexttx; member in struct:sq_softc
  /src/sys/dev/qbus/
if_qe.c 91 int sc_nexttx; member in struct:qe_softc
401 sc->sc_nexttx = sc->sc_inq = sc->sc_lastack = 0;
465 idx = sc->sc_nexttx;
550 LOWORD(&sc->sc_pqedata->qc_xmit[sc->sc_nexttx]));
552 HIWORD(&sc->sc_pqedata->qc_xmit[sc->sc_nexttx]));
554 sc->sc_nexttx = idx;
820 idx = sc->sc_nexttx;
849 if (++sc->sc_nexttx == TXDESCS)
850 sc->sc_nexttx = 0;
  /src/sys/dev/pci/
if_xge.c 154 int sc_nexttx, sc_lasttx; member in struct:xge_softc
732 while ((i = NEXTTX(sc->sc_lasttx)) != sc->sc_nexttx) {
750 if (i == sc->sc_nexttx) {
957 if (sc->sc_nexttx == sc->sc_lasttx)
960 nexttx = sc->sc_nexttx;
1013 sc->sc_nexttx = NEXTTX(nexttx);

Completed in 14 milliseconds