Home
last modified time | relevance | path

Searched refs:USB_CR_DATA_OVERRUN (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1514 error = USB_CR_DATA_OVERRUN; in ehci_parse_itd_error()
1595 error = USB_CR_DATA_OVERRUN; in ehci_parse_sitd_error()
H A Dehci_intr.c527 error = USB_CR_DATA_OVERRUN; in ehci_check_for_error()
/titanic_44/usr/src/uts/common/sys/usb/
H A Dusbai.h145 USB_CR_DATA_OVERRUN = 8, /* data size exceeded */ enumerator
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1168 if (!((completion_reason == USB_CR_DATA_OVERRUN) && (pdata))) { in usb_check_same_device()
1793 { USB_CR_DATA_OVERRUN, "<Data size exceeded>" },
H A Dhcdi.c403 case USB_CR_DATA_OVERRUN: in usba_hcdi_update_error_stats()
H A Dusba_ugen.c4228 { USB_CR_DATA_OVERRUN, USB_LC_STAT_DATA_OVERRUN },
H A Dhubdi.c5939 (!((completion_reason == USB_CR_DATA_OVERRUN) && pdata))) { in hubd_create_child()
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1685 error = USB_CR_DATA_OVERRUN; in uhci_handle_ctrl_td()
/titanic_44/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c803 if (((completion_reason != USB_CR_DATA_OVERRUN) && in usbprn_get_device_id()
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8645 error = USB_CR_DATA_OVERRUN; in ohci_check_for_error()
9544 if (error == USB_CR_DATA_OVERRUN) { in ohci_sendup_td_message()