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

  /src/sys/dev/usb/
if_uralvar.h 100 struct usbd_pipe * sc_tx_pipeh; member in struct:ural_softc
if_rumvar.h 100 struct usbd_pipe * sc_tx_pipeh; member in struct:rum_softc
if_bwfm_usb.c 205 struct usbd_pipe *sc_tx_pipeh; member in struct:bwfm_usb_softc
361 &sc->sc_tx_pipeh);
555 if (usbd_create_xfer(sc->sc_tx_pipeh, BWFM_TXBUFSZ,
608 usbd_clear_endpoint_stall_async(sc->sc_tx_pipeh);
635 if (sc->sc_tx_pipeh != NULL) {
636 usbd_abort_pipe(sc->sc_tx_pipeh);
637 usbd_close_pipe(sc->sc_tx_pipeh);
695 error = usbd_create_xfer(sc->sc_tx_pipeh, TRX_RDL_CHUNK,
749 if (sc->sc_tx_pipeh != NULL) {
750 usbd_abort_pipe(sc->sc_tx_pipeh);
    [all...]
udl.h 82 struct usbd_pipe * sc_tx_pipeh; member in struct:udl_softc
if_upgtvar.h 412 struct usbd_pipe * sc_tx_pipeh; member in struct:upgt_softc

Completed in 12 milliseconds