Lines Matching defs:tr
750 * TR Dequeue Pointer, DCS, etc. fields. Refer to
2015 * Set TR Dequeue Pointer.
2018 * Set TR dequeue Pointer to 0 and Cycle State to 1.
2316 struct xhci_ring * const tr = xs->xs_xr[dci];
2331 tr
2366 struct xhci_ring * const tr = xs->xs_xr[dci];
2373 tr->is_halted = true;
3210 xhci_ring_put_xfer(struct xhci_softc * const sc, struct xhci_ring * const tr,
3214 xhci_ring_put(sc, tr, xx, xx->xx_trb, ntrb);
3658 /* rewind TR dequeue pointer in xHC */
3668 /* rewind TR dequeue pointer in driver */
4461 struct xhci_ring * const tr = xs->xs_xr[dci];
4485 if (tr->is_halted)
4525 mutex_enter(&tr->xr_lock);
4526 xhci_ring_put_xfer(sc, tr, xx, i);
4528 mutex_exit(&tr->xr_lock);
4592 struct xhci_ring * const tr = xs->xs_xr[dci];
4684 mutex_enter(&tr->xr_lock);
4685 xhci_ring_put_xfer(sc, tr, xx, i);
4687 mutex_exit(&tr->xr_lock);
4747 struct xhci_ring * const tr = xs->xs_xr[dci];
4768 if (tr->is_halted)
4805 mutex_enter(&tr->xr_lock);
4806 xhci_ring_put_xfer(sc, tr, xx, i);
4808 mutex_exit(&tr->xr_lock);
4877 struct xhci_ring * const tr = xs->xs_xr[dci];
4896 if (tr->is_halted)
4916 mutex_enter(&tr->xr_lock);
4917 xhci_ring_put_xfer(sc, tr, xx, i);
4919 mutex_exit(&tr->xr_lock);