Searched refs:tx_data_pipe (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/uath/ |
H A D | uath.c | 523 &policy, USB_FLAGS_SLEEP, &sc->tx_data_pipe); in uath_open_pipes() 560 if (sc->tx_data_pipe != NULL) { in uath_close_pipes() 561 usb_pipe_reset(sc->sc_dev, sc->tx_data_pipe, flags, NULL, 0); in uath_close_pipes() 562 usb_pipe_close(sc->sc_dev, sc->tx_data_pipe, flags, NULL, 0); in uath_close_pipes() 563 sc->tx_data_pipe = NULL; in uath_close_pipes() 822 err = uath_fw_send(sc, sc->tx_data_pipe, fw_index, mlen); in uath_loadfirmware() 1546 if ((err = usb_pipe_bulk_xfer(sc->tx_data_pipe, req, 0)) != in uath_tx_data_xfer() 2360 err = uath_fw_send(sc, sc->tx_data_pipe, buf, in uath_dataflush() 2612 usb_pipe_reset(sc->sc_dev, sc->tx_data_pipe, USB_FLAGS_SLEEP, NULL, 0); in uath_stop_locked()
|
H A D | uath_var.h | 188 usb_pipe_handle_t tx_data_pipe; member
|