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

  /src/sys/dev/usb/
ehcivar.h 189 } sc_comp_state; member in struct:ehci_softc
ehci.c 475 sc->sc_comp_state = CO_EARLY;
1412 while (sc->sc_comp_state == CO_SCHED)
2755 KASSERT(sc->sc_comp_state == CO_SCHED);
2756 sc->sc_comp_state = CO_DONE;
2770 sc->sc_comp_state != CO_EARLY) {
2777 sc->sc_comp_state = CO_SCHED;

Completed in 20 milliseconds