Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c33 ph = xep->xep_pipe; in xhci_endpoint_is_periodic_in()
86 VERIFY(xep->xep_pipe != NULL); in xhci_endpoint_release()
87 xep->xep_pipe = NULL; in xhci_endpoint_release()
510 VERIFY(xep->xep_pipe != NULL); in xhci_endpoint_setup_context()
551 &xep->xep_pipe->p_xep.uex_ep); in xhci_endpoint_setup_context()
664 xep->xep_pipe = NULL; in xhci_endpoint_init()
667 xep->xep_pipe = ph; in xhci_endpoint_init()
729 xep->xep_pipe = ph; in xhci_endpoint_reinit()
737 xep->xep_pipe = NULL; in xhci_endpoint_reinit()
1298 xep->xep_pipe->p_req_count++; in xhci_endpoint_dup_periodic()
[all …]
H A Dxhci_usba.c124 VERIFY(xep->xep_pipe == NULL); in xhci_hcdi_pipe_open()
125 xep->xep_pipe = ph; in xhci_hcdi_pipe_open()
330 usba_hcdi_cb(xep->xep_pipe, xt->xt_usba_req, in xhci_hcdi_pipe_flush()
337 xhci_pipe_t *xp = (xhci_pipe_t *)xep->xep_pipe->p_hcd_private; in xhci_hcdi_pipe_flush()
341 usba_hcdi_cb(xep->xep_pipe, xpp->xpp_usb_req, in xhci_hcdi_pipe_flush()
531 xep->xep_pipe = NULL; in xhci_hcdi_pipe_close()
H A Dxhci_dma.c466 VERIFY(xep->xep_pipe != NULL); in xhci_transfer_trb_fill_data()
468 mps = xep->xep_pipe->p_ep.wMaxPacketSize; in xhci_transfer_trb_fill_data()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h559 usba_pipe_handle_data_t *xep_pipe; member