Home
last modified time | relevance | path

Searched refs:USB_CR_DATA_UNDERRUN (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c154 return (USB_CR_DATA_UNDERRUN); in xhci_polled_endpoint_transfer()
H A Dxhci_endpoint.c1202 xt->xt_cr = USB_CR_DATA_UNDERRUN; in xhci_endpoint_control_callback()
1395 cr = USB_CR_DATA_UNDERRUN; in xhci_endpoint_norm_callback()
1663 xt->xt_cr = USB_CR_DATA_UNDERRUN; in xhci_endpoint_transfer_callback()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1168 usb_err = USB_CR_DATA_UNDERRUN; in uhci_handle_intr_td()
1683 error = USB_CR_DATA_UNDERRUN; in uhci_handle_ctrl_td()
H A Duhciutil.c3459 error = USB_CR_DATA_UNDERRUN; in uhci_handle_bulk_td()
3481 tw, USB_CR_DATA_UNDERRUN); in uhci_handle_bulk_td()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h147 USB_CR_DATA_UNDERRUN = 9, /* less data received */ enumerator
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c708 error = USB_CR_DATA_UNDERRUN; in ehci_check_for_short_xfer()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c421 case USB_CR_DATA_UNDERRUN: in usba_hcdi_update_error_stats()
H A Dusbai_util.c1795 { USB_CR_DATA_UNDERRUN, "<Less data recieved than requested>" },
H A Dusba_ugen.c4256 { USB_CR_DATA_UNDERRUN, USB_LC_STAT_DATA_UNDERRUN },
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c804 (completion_reason != USB_CR_DATA_UNDERRUN)) || in usbprn_get_device_id()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8658 error = USB_CR_DATA_UNDERRUN; in ohci_check_for_error()