Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_ring.c117 if (xrp->xr_trb != NULL) { in xhci_ring_free()
119 xrp->xr_trb = NULL; in xhci_ring_free()
136 ASSERT(xrp->xr_trb != NULL); in xhci_ring_reset()
146 ltrb = &xrp->xr_trb[xrp->xr_ntrb - 1]; in xhci_ring_reset()
175 xrp->xr_trb = (xhci_trb_t *)xrp->xr_dma.xdb_va; in xhci_ring_alloc()
188 xhci_trb_t *trb = &xrp->xr_trb[xrp->xr_tail]; in xhci_ring_event_advance()
315 trb = &xrp->xr_trb[ent]; in xhci_ring_trb_fill()
338 pa += ((uintptr_t)trb - (uintptr_t)&xrp->xr_trb[0]); in xhci_ring_trb_fill()
372 trb = &xrp->xr_trb[xrp->xr_ntrb - 1]; in xhci_ring_trb_produce()
373 if (xrp->xr_trb[xrp->xr_ntrb - 2].trb_flags & in xhci_ring_trb_produce()
[all …]
H A Dxhci_command.c145 if (xcr->xcr_ring.xr_trb == NULL) in xhci_command_ring_fini()
166 if (xcr->xcr_ring.xr_trb == NULL) { in xhci_command_ring_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h352 xhci_trb_t *xr_trb; member
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c851 mdb_printf("0x%" PRIx64 "\n", target + (uintptr_t)xr.xr_trb); in xhci_mdb_find_trb()