Home
last modified time | relevance | path

Searched refs:xfer_attrs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c642 usb_req_attrs_t xfer_attrs; in ehci_check_for_short_xfer() local
698 xfer_attrs = ehci_get_xfer_attrs(ehcip, pp, tw); in ehci_check_for_short_xfer()
700 if (xfer_attrs & USB_ATTRS_SHORT_XFER_OK) { in ehci_check_for_short_xfer()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8573 usb_req_attrs_t xfer_attrs; in ohci_check_for_error() local
8634 xfer_attrs = ohci_get_xfer_attrs(ohcip, pp, tw); in ohci_check_for_error()
8636 if (xfer_attrs & USB_ATTRS_SHORT_XFER_OK) { in ohci_check_for_error()