Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/
H A Dusbai.h146 USB_CR_DATA_UNDERRUN = 9, /* less data received */ enumerator
/titanic_41/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()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c406 case USB_CR_DATA_UNDERRUN: in usba_hcdi_update_error_stats()
H A Dusbai_util.c1794 { USB_CR_DATA_UNDERRUN, "<Less data recieved than requested>" },
H A Dusba_ugen.c4229 { USB_CR_DATA_UNDERRUN, USB_LC_STAT_DATA_UNDERRUN },
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c708 error = USB_CR_DATA_UNDERRUN; in ehci_check_for_short_xfer()
/titanic_41/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c804 (completion_reason != USB_CR_DATA_UNDERRUN)) || in usbprn_get_device_id()
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8678 error = USB_CR_DATA_UNDERRUN; in ohci_check_for_error()