Home
last modified time | relevance | path

Searched refs:USB_CR_STALL (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c235 if (data_req->bulk_completion_reason == USB_CR_STALL) { in scsa2usb_cbi_transport()
314 case USB_CR_STALL: in scsa2usb_cbi_handle_error()
377 if (req->intr_completion_reason == USB_CR_STALL) { in scsa2usb_cbi_start_intr_polling()
H A Dusb_ms_bulkonly.c267 if (req->bulk_completion_reason == USB_CR_STALL) { in scsa2usb_bulk_only_transport()
293 (req->bulk_completion_reason == USB_CR_STALL)) { in scsa2usb_bulk_only_transport()
474 case USB_CR_STALL: in scsa2usb_bulk_only_handle_error()
549 if (req->bulk_completion_reason == USB_CR_STALL) { in scsa2usb_handle_status_start()
H A Dscsa2usb.c5059 if (req->bulk_completion_reason == USB_CR_STALL) { in scsa2usb_handle_data_start()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c406 case USB_CR_STALL: in usba_hcdi_update_error_stats()
885 } else if ((pipe_handle == def_pipe_handle) && (cr == USB_CR_STALL)) { in hcdi_autoclearing()
893 USB_ATTRS_AUTOCLEARING) && (cr == USB_CR_STALL)) { in hcdi_autoclearing()
H A Dusbai_util.c1790 { USB_CR_STALL, "<Endpoint returned stall PID>" },
H A Dusba_ugen.c4251 { USB_CR_STALL, USB_LC_STAT_STALL },
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c522 error = USB_CR_STALL; in ehci_check_for_error()
602 error = USB_CR_STALL; in ehci_check_for_error()
H A Dehci_xfer.c3901 if (error == USB_CR_STALL) { in ehci_save_data_toggle()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h142 USB_CR_STALL = 4, /* e/p returned stall PID */ enumerator
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1855 return (USB_CR_STALL); in uhci_parse_td_error()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c1640 xt->xt_cr = USB_CR_STALL; in xhci_endpoint_transfer_callback()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8605 error = USB_CR_STALL; in ohci_check_for_error()
10605 if (error == USB_CR_STALL) { in ohci_save_data_toggle()