Lines Matching defs:pipe
454 "find pipe %x\n", ep_descr->bEndpointAddress);
463 "failed to open rx data pipe, err = %x\n",
473 "find pipe %x\n",
483 "failed to open tx command pipe, err = %x\n",
492 "find pipe %x\n",
502 "failed to open tx pipe, err = %x\n",
511 "find pipe %x\n",
521 "failed to open rx command pipe, err = %x\n",
640 uath_fw_send(struct uath_softc *sc, usb_pipe_handle_t pipe,
657 res = usb_pipe_bulk_xfer(pipe, send_req, USB_FLAGS_SLEEP);
660 "Error %x writing data to bulk/out pipe", res);
1203 uath_cmd_txeof(usb_pipe_handle_t pipe, struct usb_bulk_req *req)
1225 usb_pipe_handle_t pipe, const void *data, uint_t len)
1246 res = usb_pipe_bulk_xfer(pipe, send_req, USB_FLAGS_NOSLEEP);
1249 "Error %x writing cmd to bulk/out pipe", res);
1389 uath_cmd_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
1490 uath_data_txeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)
1556 uath_data_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req)