Home
last modified time | relevance | path

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 Dxhci_command.c503 ret = USB_CR_TIMEOUT; in xhci_command_enable_slot()
534 ret = USB_CR_TIMEOUT; in xhci_command_disable_slot()
571 ret = USB_CR_TIMEOUT; in xhci_command_set_address()
606 ret = USB_CR_TIMEOUT; in xhci_command_configure_endpoint()
654 ret = USB_CR_TIMEOUT; in xhci_command_evaluate_context()
702 ret = USB_CR_TIMEOUT; in xhci_command_reset_endpoint()
764 ret = USB_CR_TIMEOUT; in xhci_command_set_tr_dequeue()
822 ret = USB_CR_TIMEOUT; in xhci_command_stop_endpoint()
H A Dxhci_endpoint.c991 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 Dusb_ms_cbi.c320 case USB_CR_TIMEOUT: in scsa2usb_cbi_handle_error()
H A Dusb_ms_bulkonly.c479 case USB_CR_TIMEOUT: in scsa2usb_bulk_only_handle_error()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h150 USB_CR_TIMEOUT = 12, /* command timed out */ enumerator
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c430 case USB_CR_TIMEOUT: in usba_hcdi_update_error_stats()
H A Dusbai_util.c1798 { USB_CR_TIMEOUT, "<Command timed out>" },
H A Dusba_ugen.c4259 { USB_CR_TIMEOUT, USB_LC_STAT_TIMEOUT },
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1831 USB_CR_TIMEOUT); in uhci_parse_td_error()
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c2429 if (completion_reason == USB_CR_TIMEOUT) { in usbprn_bulk_xfer_exc_cb()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c3317 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 Dohci.c7427 ohci_handle_error(ohcip, tw->tw_hctd_head, USB_CR_TIMEOUT); in ohci_xfer_timeout_handler()