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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h187 usb_pipe_handle_t tx_cmd_pipe; member in struct:uath_softc
H A Duath.c480 &policy, USB_FLAGS_SLEEP, &sc->tx_cmd_pipe);
543 if (sc->tx_cmd_pipe != NULL) {
544 usb_pipe_reset(sc->sc_dev, sc->tx_cmd_pipe, flags, NULL, 0);
545 usb_pipe_close(sc->sc_dev, sc->tx_cmd_pipe, flags, NULL, 0);
546 sc->tx_cmd_pipe = NULL;
808 err = uath_fw_send(sc, sc->tx_cmd_pipe, &txblock,
1167 err = uath_tx_cmd_xfer(sc, sc->tx_cmd_pipe, cmd->buf, cmd->buflen);
2608 usb_pipe_reset(sc->sc_dev, sc->tx_cmd_pipe, USB_FLAGS_SLEEP, NULL, 0);

Completed in 66 milliseconds