Home
last modified time | relevance | path

Searched refs:USB_EP_XFLAGS_SS_COMP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c283 ASSERT(xep->xep_pipe->p_xep.uex_flags & USB_EP_XFLAGS_SS_COMP); in xhci_endpoint_determine_burst()
422 ASSERT(xep->xep_pipe->p_xep.uex_flags & USB_EP_XFLAGS_SS_COMP); in xhci_endpoint_max_esit()
490 (xep->xep_pipe->p_xep.uex_flags & USB_EP_XFLAGS_SS_COMP) == 0) { in xhci_endpoint_setup_context()
532 USB_EP_XFLAGS_SS_COMP); in xhci_endpoint_setup_context()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h869 USB_EP_XFLAGS_SS_COMP = (1 << 0) enumerator
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c812 ((ep_xdesc->uex_flags & ~USB_EP_XFLAGS_SS_COMP) != 0))) { in usb_pipe_xopen()
H A Dusbai_register.c2014 ep_xdescr->uex_flags |= USB_EP_XFLAGS_SS_COMP; in usb_ep_xdescr_fill()