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

  /src/sys/dev/ic/
smc83c170var.h 128 int sc_txlast; /* last used TX descriptor */ member in struct:epic_softc
dp83932var.h 196 int sc_txlast; /* last used Tx descriptor */ member in struct:sonic_softc
i82557var.h 236 int sc_txlast; /* last used TX descriptor */ member in struct:fxp_softc
  /src/sys/dev/pcmcia/
if_cnw.c 203 struct timeval sc_txlast; /* When the last xmit was made */ member in struct:cnw_softc
609 now.tv_sec -= sc->sc_txlast.tv_sec;
610 now.tv_usec -= sc->sc_txlast.tv_usec;
674 microtime(&sc->sc_txlast);
  /src/sys/dev/pci/
if_ste.c 149 int sc_txlast; /* last used Tx descriptor */ member in struct:ste_softc
666 olasttx = sc->sc_txlast;
685 nexttx = STE_NEXTTX(sc->sc_txlast);
770 sc->sc_txlast = nexttx;
792 sc->sc_txdescs[sc->sc_txlast].tfd_next = 0;
793 sc->sc_txdescs[sc->sc_txlast].tfd_control |=
795 STE_CDTXSYNC(sc, sc->sc_txlast,
1288 sc->sc_txlast = STE_NTXDESC - 1;
if_stge.c 188 int sc_txlast; /* last used Tx descriptor */ member in struct:stge_softc
837 firsttx = STGE_NEXTTX(sc->sc_txlast);
875 nexttx = STGE_NEXTTX(sc->sc_txlast);
1007 sc->sc_txlast = nexttx;
1540 sc->sc_txlast = STGE_NTXDESC - 1;
  /src/sys/arch/sgimips/mace/
if_mec.c 311 int sc_txlast; /* last used TX descriptor */ member in struct:mec_softc
875 sc->sc_txlast = MEC_NTXDESC - 1;
961 firsttx = MEC_NEXTTX(sc->sc_txlast);
976 nexttx = MEC_NEXTTX(sc->sc_txlast);
1388 sc->sc_txlast = nexttx;

Completed in 18 milliseconds