Searched refs:scsa2usb_bulkin_pipe (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | usb_ms_bulkonly.c | 535 rval = usb_pipe_bulk_xfer(scsa2usbp->scsa2usb_bulkin_pipe, req, in scsa2usb_handle_status_start() 552 scsa2usbp->scsa2usb_bulkin_pipe, "bulk-in"); in scsa2usb_handle_status_start() 811 scsa2usbp->scsa2usb_bulkin_pipe, "bulk-in"); in scsa2usb_bulk_only_reset_recovery()
|
H A D | scsa2usb.c | 4548 &scsa2usbp->scsa2usb_bulkin_pipe)) != USB_SUCCESS) { in scsa2usb_open_usb_pipes() 4563 scsa2usbp->scsa2usb_bulkin_pipe, in scsa2usb_open_usb_pipes() 4567 scsa2usbp->scsa2usb_bulkin_pipe = NULL; in scsa2usb_open_usb_pipes() 4588 scsa2usbp->scsa2usb_bulkin_pipe, in scsa2usb_open_usb_pipes() 4596 scsa2usbp->scsa2usb_bulkin_pipe = NULL; in scsa2usb_open_usb_pipes() 4675 scsa2usbp->scsa2usb_bulkin_pipe, flags, NULL, NULL); in scsa2usb_close_usb_pipes() 4685 scsa2usbp->scsa2usb_bulkin_pipe = NULL; in scsa2usb_close_usb_pipes() 4936 scsa2usbp->scsa2usb_bulkin_pipe, req, flags); in scsa2usb_handle_data_start() 4949 scsa2usbp->scsa2usb_bulkin_pipe, req2, flags); in scsa2usb_handle_data_start() 4988 rval = usb_pipe_bulk_xfer(scsa2usbp->scsa2usb_bulkin_pipe, in scsa2usb_handle_data_start() [all …]
|
H A D | usb_ms_cbi.c | 568 scsa2usbp->scsa2usb_bulkin_pipe, "bulk-in"); in scsa2usb_cbi_reset_recovery()
|
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/ |
H A D | scsa2usb.h | 324 usb_pipe_handle_t scsa2usb_bulkin_pipe; /* Bulk Inpipe Handle */ member 385 _NOTE(DATA_READABLE_WITHOUT_LOCK(scsa2usb_state::scsa2usb_bulkin_pipe))
|