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

  /src/sys/dev/usb/
if_gscan.c 122 bool sc_txstopped; member in struct:gscan_softc
285 if (sc->sc_txstopped || gscan_isdying(sc)) {
323 if (sc->sc_txstopped || gscan_isdying(sc))
460 sc->sc_txstopped = false;
477 sc->sc_txstopped = true;
744 sc->sc_txstopped = true;
827 sc->sc_txstopped = true;
if_gscan.c 122 bool sc_txstopped; member in struct:gscan_softc
285 if (sc->sc_txstopped || gscan_isdying(sc)) {
323 if (sc->sc_txstopped || gscan_isdying(sc))
460 sc->sc_txstopped = false;
477 sc->sc_txstopped = true;
744 sc->sc_txstopped = true;
827 sc->sc_txstopped = true;

Completed in 21 milliseconds