Home
last modified time | relevance | path

Searched refs:send_req (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c530 usb_bulk_req_t *send_req; in zyd_usb_bulk_pipe_send() local
536 if (send_req == NULL) { in zyd_usb_bulk_pipe_send()
543 send_req->bulk_timeout = 5; in zyd_usb_bulk_pipe_send()
547 mblk = send_req->bulk_data; in zyd_usb_bulk_pipe_send()
603 usb_intr_req_t *send_req; in zyd_usb_intr_pipe_send() local
609 if (send_req == NULL) { in zyd_usb_intr_pipe_send()
616 send_req->intr_timeout = 5; in zyd_usb_intr_pipe_send()
620 mblk = send_req->intr_data; in zyd_usb_intr_pipe_send()
1046 usb_bulk_req_t *send_req; in zyd_usb_send_packet() local
1050 if (send_req == NULL) { in zyd_usb_send_packet()
[all …]
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c648 usb_bulk_req_t *send_req; in uath_fw_send() local
654 send_req->bulk_len = (int)len; in uath_fw_send()
658 mblk = send_req->bulk_data; in uath_fw_send()
669 usb_free_bulk_req(send_req); in uath_fw_send()
1232 usb_bulk_req_t *send_req; in uath_tx_cmd_xfer() local
1239 send_req->bulk_len = (int)len; in uath_tx_cmd_xfer()
1242 send_req->bulk_cb = uath_cmd_txeof; in uath_tx_cmd_xfer()
1243 send_req->bulk_exc_cb = uath_cmd_txeof; in uath_tx_cmd_xfer()
1244 send_req->bulk_completion_reason = 0; in uath_tx_cmd_xfer()
1245 send_req->bulk_cb_flags = 0; in uath_tx_cmd_xfer()
[all …]