Home
last modified time | relevance | path

Searched refs:scsa2usb_bulkout_pipe (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c219 rval = usb_pipe_bulk_xfer(scsa2usbp->scsa2usb_bulkout_pipe, req, in scsa2usb_bulk_only_transport()
822 scsa2usbp->scsa2usb_bulkout_pipe, "bulk-out"); in scsa2usb_bulk_only_reset_recovery()
H A Dusb_ms_cbi.c578 scsa2usbp->scsa2usb_bulkout_pipe, "bulk-out"); in scsa2usb_cbi_reset_recovery()
H A Dscsa2usb.c4561 &scsa2usbp->scsa2usb_bulkout_pipe)) != USB_SUCCESS) { in scsa2usb_open_usb_pipes()
4592 scsa2usbp->scsa2usb_bulkout_pipe, in scsa2usb_open_usb_pipes()
4597 scsa2usbp->scsa2usb_bulkout_pipe = NULL; in scsa2usb_open_usb_pipes()
4672 scsa2usbp->scsa2usb_bulkout_pipe, flags, NULL, NULL); in scsa2usb_close_usb_pipes()
4684 scsa2usbp->scsa2usb_bulkout_pipe = NULL; in scsa2usb_close_usb_pipes()
5046 rval = usb_pipe_bulk_xfer(scsa2usbp->scsa2usb_bulkout_pipe, in scsa2usb_handle_data_start()
5068 scsa2usbp-> scsa2usb_bulkout_pipe, in scsa2usb_handle_data_start()
5884 rval = usb_pipe_bulk_xfer(scsa2usbp->scsa2usb_bulkout_pipe, req, flags); in scsa2usb_test_mblk()
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h325 usb_pipe_handle_t scsa2usb_bulkout_pipe; /* Bulk Outpipe Hndle */ member