Searched refs:USB_CR_TIMEOUT (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_command.c | 504 ret = USB_CR_TIMEOUT; in xhci_command_enable_slot() 535 ret = USB_CR_TIMEOUT; in xhci_command_disable_slot() 572 ret = USB_CR_TIMEOUT; in xhci_command_set_address() 607 ret = USB_CR_TIMEOUT; in xhci_command_configure_endpoint() 655 ret = USB_CR_TIMEOUT; in xhci_command_evaluate_context() 703 ret = USB_CR_TIMEOUT; in xhci_command_reset_endpoint() 765 ret = USB_CR_TIMEOUT; in xhci_command_set_tr_dequeue() 824 ret = USB_CR_TIMEOUT; in xhci_command_stop_endpoint()
|
H A D | xhci_endpoint.c | 1073 usba_hcdi_cb(xep->xep_pipe, xt->xt_usba_req, USB_CR_TIMEOUT); in xhci_endpoint_tick()
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | usb_ms_cbi.c | 320 case USB_CR_TIMEOUT: in scsa2usb_cbi_handle_error()
|
H A D | usb_ms_bulkonly.c | 479 case USB_CR_TIMEOUT: in scsa2usb_bulk_only_handle_error()
|
/illumos-gate/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 150 USB_CR_TIMEOUT = 12, /* command timed out */ enumerator
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | hcdi.c | 430 case USB_CR_TIMEOUT: in usba_hcdi_update_error_stats()
|
H A D | usbai_util.c | 1798 { USB_CR_TIMEOUT, "<Command timed out>" },
|
H A D | usba_ugen.c | 4260 { USB_CR_TIMEOUT, USB_LC_STAT_TIMEOUT },
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 1831 USB_CR_TIMEOUT); in uhci_parse_td_error()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/ |
H A D | usbprn.c | 2429 if (completion_reason == USB_CR_TIMEOUT) { in usbprn_bulk_xfer_exc_cb()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_xfer.c | 3317 ehci_handle_error(ehcip, tw->tw_qtd_head, USB_CR_TIMEOUT); in ehci_xfer_timeout_handler()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 7427 ohci_handle_error(ohcip, tw->tw_hctd_head, USB_CR_TIMEOUT); in ohci_xfer_timeout_handler()
|