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; local
698 xfer_attrs = ehci_get_xfer_attrs(ehcip, pp, tw);
700 if (xfer_attrs & USB_ATTRS_SHORT_XFER_OK) {
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8593 usb_req_attrs_t xfer_attrs; local
8654 xfer_attrs = ohci_get_xfer_attrs(ohcip, pp, tw);
8656 if (xfer_attrs & USB_ATTRS_SHORT_XFER_OK) {

Completed in 78 milliseconds