Searched refs:sc_txpipe_normal (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h84 usb_pipe_handle_t sc_txpipe_normal; member in struct:urtw_softc
H A Durtw.c3759 if (sc->sc_txpipe_normal != NULL) {
3761 sc->sc_txpipe_normal, flags, NULL, 0);
3763 sc->sc_txpipe_normal, flags, NULL, 0);
3764 sc->sc_txpipe_normal = NULL;
3776 if (sc->sc_rxpipe || sc->sc_txpipe_low || sc->sc_txpipe_normal)
3805 &sc->sc_txpipe_normal)) != USB_SUCCESS) {
3858 (priority)?sc->sc_txpipe_normal:sc->sc_txpipe_low, req, 0))

Completed in 53 milliseconds