Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c535 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 Dscsa2usb.c4524 &scsa2usbp->scsa2usb_bulkin_pipe)) != USB_SUCCESS) { in scsa2usb_open_usb_pipes()
4539 scsa2usbp->scsa2usb_bulkin_pipe, in scsa2usb_open_usb_pipes()
4543 scsa2usbp->scsa2usb_bulkin_pipe = NULL; in scsa2usb_open_usb_pipes()
4564 scsa2usbp->scsa2usb_bulkin_pipe, in scsa2usb_open_usb_pipes()
4572 scsa2usbp->scsa2usb_bulkin_pipe = NULL; in scsa2usb_open_usb_pipes()
4651 scsa2usbp->scsa2usb_bulkin_pipe, flags, NULL, NULL); in scsa2usb_close_usb_pipes()
4661 scsa2usbp->scsa2usb_bulkin_pipe = NULL; in scsa2usb_close_usb_pipes()
4876 scsa2usbp->scsa2usb_bulkin_pipe, req, flags); in scsa2usb_handle_data_start()
4889 scsa2usbp->scsa2usb_bulkin_pipe, req2, flags); in scsa2usb_handle_data_start()
4928 rval = usb_pipe_bulk_xfer(scsa2usbp->scsa2usb_bulkin_pipe, in scsa2usb_handle_data_start()
[all …]
H A Dusb_ms_cbi.c568 scsa2usbp->scsa2usb_bulkin_pipe, "bulk-in"); in scsa2usb_cbi_reset_recovery()
/titanic_44/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h312 usb_pipe_handle_t scsa2usb_bulkin_pipe; /* Bulk Inpipe Handle */ member
366 _NOTE(DATA_READABLE_WITHOUT_LOCK(scsa2usb_state::scsa2usb_bulkin_pipe))