Home
last modified time | relevance | path

Searched refs:p_xep (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c276 return ((xep->xep_pipe->p_xep.uex_ep.wMaxPacketSize & in xhci_endpoint_determine_burst()
283 ASSERT(xep->xep_pipe->p_xep.uex_flags & USB_EP_XFLAGS_SS_COMP); in xhci_endpoint_determine_burst()
284 return (xep->xep_pipe->p_xep.uex_ep_ss.bMaxBurst); in xhci_endpoint_determine_burst()
421 usb_ep_xdescr_t *ep_xdesc = &xep->xep_pipe->p_xep; in xhci_endpoint_max_esit()
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()
531 ASSERT(xep->xep_pipe->p_xep.uex_flags & in xhci_endpoint_setup_context()
534 xep->xep_pipe->p_xep.uex_ep_ss.bmAttributes & in xhci_endpoint_setup_context()
551 &xep->xep_pipe->p_xep.uex_ep); in xhci_endpoint_setup_context()
554 &xep->xep_pipe->p_xep.uex_ep); in xhci_endpoint_setup_context()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h100 usb_ep_xdescr_t p_xep; member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c535 ph_data->p_xep = *ep_xdescr; in usba_init_pipe_handle()