Home
last modified time | relevance | path

Searched refs:xep_ring (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c111 xhci_ring_free(&xep->xep_ring); in xhci_endpoint_fini()
174 deq = xhci_dma_pa(&xep->xep_ring.xr_dma) + sizeof (xhci_trb_t) * in xhci_endpoint_setup_default_context()
175 xep->xep_ring.xr_tail; in xhci_endpoint_setup_default_context()
176 ectx->xec_dequeue = LE_64(deq | xep->xep_ring.xr_cycle); in xhci_endpoint_setup_default_context()
607 xep->xep_ring.xr_tail; in xhci_endpoint_setup_context()
608 ectx->xec_dequeue = LE_64(deq | xep->xep_ring.xr_cycle); in xhci_endpoint_setup_context()
671 if ((ret = xhci_ring_alloc(xhcip, &xep->xep_ring)) != 0) { in xhci_endpoint_init()
678 if ((ret = xhci_ring_reset(xhcip, &xep->xep_ring)) != 0) { in xhci_endpoint_init()
679 xhci_ring_free(&xep->xep_ring); in xhci_endpoint_init()
957 xhci_ring_skip_transfer(&xep->xep_ring, xt); in xhci_endpoint_tick()
[all …]
H A Dxhci_polled.c171 VERIFY(xhci_ring_trb_consumed(&xep->xep_ring, LE_64(trb->trb_addr))); in xhci_polled_endpoint_transfer()
H A Dxhci_usba.c441 xhci_ring_skip(&xep->xep_ring); in xhci_hcdi_pipe_poll_fini()
642 xhci_ring_skip(&xep->xep_ring); in xhci_hcdi_pipe_reset()
1139 (void) xhci_ring_reset(xhcip, &xep->xep_ring); in xhci_hcdi_periodic_init()
H A Dxhci_command.c745 xrp = &xep->xep_ring; in xhci_command_set_tr_dequeue()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c737 state, xep->xep_ring.xr_head, xep->xep_ring.xr_tail); in xhci_mdb_print_endpoint_summary()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h560 xhci_ring_t xep_ring; member