Lines Matching refs:xs_xr
2014 struct xhci_ring * const xr = xs->xs_xr[dci]; in xhci_set_dequeue()
2109 KASSERT(xs->xs_xr[dci] == NULL); in xhci_open()
2112 err = xhci_ring_init(sc, &xs->xs_xr[dci], XHCI_TRANSFER_RING_TRBS, in xhci_open()
2187 xhci_host_dequeue(xs->xs_xr[dci]); in xhci_close_pipe()
2200 xhci_ring_free(sc, &xs->xs_xr[dci]); in xhci_close_pipe()
2201 xs->xs_xr[dci] = NULL; in xhci_close_pipe()
2302 struct xhci_ring * const tr = xs->xs_xr[dci]; in xhci_pipe_restart_async_task()
2351 struct xhci_ring * const tr = xs->xs_xr[dci]; in xhci_pipe_restart_async()
2422 xr = xs->xs_xr[dci]; in xhci_event_transfer()
3512 memset(&xs->xs_xr[0], 0, sizeof(xs->xs_xr)); in xhci_init_slot()
3533 if (xs->xs_xr[dci] != NULL) in xhci_free_slot()
3534 xhci_ring_free(sc, &xs->xs_xr[dci]); in xhci_free_slot()
3646 xhci_ring_trbp(xs->xs_xr[dci], 0) | in xhci_setup_ctx()
3654 struct xhci_ring *xr = xs->xs_xr[dci]; in xhci_setup_ctx()
4445 struct xhci_ring * const tr = xs->xs_xr[dci]; in xhci_device_ctrl_start()
4576 struct xhci_ring * const tr = xs->xs_xr[dci]; in xhci_device_isoc_enter()
4726 struct xhci_ring * const tr = xs->xs_xr[dci]; in xhci_device_bulk_start()
4849 struct xhci_ring * const tr = xs->xs_xr[dci]; in xhci_device_intr_start()