Symbol: xhci_trb_t
usr/src/cmd/mdb/intel/modules/xhci/xhci.c
425
xhci_trb_t trb;
usr/src/cmd/mdb/intel/modules/xhci/xhci.c
448
mdb_set_dot(addr + sizeof (xhci_trb_t));
usr/src/cmd/mdb/intel/modules/xhci/xhci.c
840
target = roundup(target, sizeof (xhci_trb_t));
usr/src/cmd/mdb/intel/modules/xhci/xhci.c
843
max = base + xr.xr_ntrb * sizeof (xhci_trb_t);
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
308
xhci_command_event_callback(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
747
pa = xhci_dma_pa(&xrp->xr_dma) + sizeof (xhci_trb_t) * xrp->xr_tail;
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
279
kmem_free(xt->xt_trbs, sizeof (xhci_trb_t) * xt->xt_ntrbs);
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
356
xt->xt_trbs = kmem_zalloc(sizeof (xhci_trb_t) * trbs, kmflags);
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
365
kmem_free(xt->xt_trbs, sizeof (xhci_trb_t) * trbs);
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
379
kmem_free(xt->xt_trbs, sizeof (xhci_trb_t) * trbs);
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1137
xhci_trb_t *trb, uint_t *offp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1255
xhci_endpoint_t *xep, xhci_transfer_t *xt, uint_t off, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1409
xhci_endpoint_t *xep, xhci_transfer_t *xt, uint_t off, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1524
xhci_endpoint_t *xep, xhci_transfer_t *xt, uint_t off, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1611
xhci_endpoint_transfer_callback(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
258
deq = xhci_dma_pa(&xep->xep_ring.xr_dma) + sizeof (xhci_trb_t) *
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
687
deq = xhci_dma_pa(&xep->xep_ring.xr_dma) + sizeof (xhci_trb_t) *
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
117
xhci_event_process_psc(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
139
xhci_event_process_trb(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
225
xhci_trb_t *trb;
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
234
addr = xhci_dma_pa(&xrp->xr_dma) + sizeof (xhci_trb_t) * xrp->xr_tail;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
102
xhci_polled_get_endpoint(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
123
xhci_trb_t *trb, uint_t *num_characters)
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
213
xhci_trb_t *trb;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
254
addr = xhci_dma_pa(&xrp->xr_dma) + sizeof (xhci_trb_t) * xrp->xr_tail;
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
134
xhci_trb_t *ltrb;
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
138
bzero(xrp->xr_trb, sizeof (xhci_trb_t) * xrp->xr_ntrb);
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
175
xrp->xr_trb = (xhci_trb_t *)xrp->xr_dma.xdb_va;
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
176
xrp->xr_ntrb = xhcip->xhci_caps.xcap_pagesize / sizeof (xhci_trb_t);
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
185
xhci_trb_t *
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
188
xhci_trb_t *trb = &xrp->xr_trb[xrp->xr_tail];
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
220
tail = xhci_dma_pa(&xrp->xr_dma) + xrp->xr_tail * sizeof (xhci_trb_t);
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
237
taddr = xhci_dma_pa(&xrp->xr_dma) + tail * sizeof (xhci_trb_t);
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
290
xhci_ring_trb_fill(xhci_ring_t *xrp, uint_t trboff, xhci_trb_t *host_trb,
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
297
xhci_trb_t *trb;
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
351
xhci_trb_t *trb;
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
395
xhci_ring_trb_put(xhci_ring_t *xrp, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
410
uint64_t high = pa + xrp->xr_ntrb * sizeof (xhci_trb_t);
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
413
dma % sizeof (xhci_trb_t) != 0)
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
417
dma /= sizeof (xhci_trb_t);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1039
xhci_trb_t *trb = &xt->xt_trbs[i];
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
339
xhci_trb_t *xt_trbs;
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
358
xhci_trb_t *xr_trb;
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
496
xhci_trb_t xco_req;
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
497
xhci_trb_t xco_res;
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
781
extern boolean_t xhci_command_event_callback(xhci_t *, xhci_trb_t *trb);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
803
extern boolean_t xhci_event_process_trb(xhci_t *, xhci_trb_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
816
extern xhci_trb_t *xhci_ring_event_advance(xhci_ring_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
826
extern void xhci_ring_trb_fill(xhci_ring_t *, uint_t, xhci_trb_t *, uint64_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
830
extern void xhci_ring_trb_put(xhci_ring_t *, xhci_trb_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
881
extern boolean_t xhci_endpoint_transfer_callback(xhci_t *, xhci_trb_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
884
xhci_endpoint_t *, xhci_trb_t *, uint_t *);