Searched refs:tx_data_pipe (Results 1 – 2 of 2) sorted by relevance
| /titanic_50/usr/src/uts/common/io/uath/ |
| H A D | uath_var.h | 188 usb_pipe_handle_t tx_data_pipe; member
|
| H A D | uath.c | 518 &policy, USB_FLAGS_SLEEP, &sc->tx_data_pipe); in uath_open_pipes() 555 if (sc->tx_data_pipe != NULL) { in uath_close_pipes() 556 usb_pipe_reset(sc->sc_dev, sc->tx_data_pipe, flags, NULL, 0); in uath_close_pipes() 557 usb_pipe_close(sc->sc_dev, sc->tx_data_pipe, flags, NULL, 0); in uath_close_pipes() 558 sc->tx_data_pipe = NULL; in uath_close_pipes() 817 err = uath_fw_send(sc, sc->tx_data_pipe, fw_index, mlen); in uath_loadfirmware() 1541 if ((err = usb_pipe_bulk_xfer(sc->tx_data_pipe, req, 0)) != in uath_tx_data_xfer() 2355 err = uath_fw_send(sc, sc->tx_data_pipe, buf, in uath_dataflush() 2607 usb_pipe_reset(sc->sc_dev, sc->tx_data_pipe, USB_FLAGS_SLEEP, NULL, 0); in uath_stop_locked()
|