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

  /src/sys/dev/usb/
if_urtwreg.h 371 struct usbd_pipe * sc_txpipe_normal; member in struct:urtw_softc
if_urtw.c 839 if (sc->sc_txpipe_normal != NULL) {
840 usbd_close_pipe(sc->sc_txpipe_normal);
841 sc->sc_txpipe_normal = NULL;
871 USBD_EXCLUSIVE_USE, &sc->sc_txpipe_normal);
874 USBD_EXCLUSIVE_USE, &sc->sc_txpipe_normal);
977 sc->sc_txpipe_low : sc->sc_txpipe_normal,
1009 if (sc->sc_txpipe_normal != NULL)
1010 usbd_abort_pipe(sc->sc_txpipe_normal);
2572 usbd_clear_endpoint_stall_async(sc->sc_txpipe_normal);
3036 if (sc->sc_txpipe_normal != NULL
    [all...]

Completed in 14 milliseconds