Home
last modified time | relevance | path

Searched refs:uex_ep (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h371 #define scsa2usb_bulkin_ept scsa2usb_bulkin_xept.uex_ep
372 #define scsa2usb_bulkout_ept scsa2usb_bulkout_xept.uex_ep
373 #define scsa2usb_intr_ept scsa2usb_intr_xept.uex_ep
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c528 xep.uex_ep = *ep; in usba_init_pipe_handle()
837 bcmp(&ep_xdesc->uex_ep, &usba_default_ep_descr, in usb_pipe_xopen()
887 ep = &ep_xdesc->uex_ep; in usb_pipe_xopen()
991 xdesc.uex_ep = *ep; in usb_pipe_open()
H A Dusbai_register.c2012 ep_xdescr->uex_ep = ep_data->ep_descr; in usb_ep_xdescr_fill()
H A Dusba_ugen.c1525 epp->ep_xdescr.uex_ep = *ep_descr; in ugen_epxs_data_init()
H A Dhubdi.c3508 reqp->intr_len = hubd->h_ep1_xdescr.uex_ep.wMaxPacketSize; in hubd_start_polling()
/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()
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()
558 &xep->xep_pipe->p_xep.uex_ep, new_xepp.xepp_mps); in xhci_endpoint_setup_context()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h875 usb_ep_descr_t uex_ep; member