Symbol: xhci_trb
sys/dev/usb/controller/xhci.c
1102
xhci_check_command(struct xhci_softc *sc, struct xhci_trb *trb)
sys/dev/usb/controller/xhci.c
1202
xhci_do_command(struct xhci_softc *sc, struct xhci_trb *trb,
sys/dev/usb/controller/xhci.c
1345
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
1363
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
1388
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
1407
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
1557
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
1582
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
1600
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
1623
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
1645
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
1667
struct xhci_trb trb;
sys/dev/usb/controller/xhci.c
180
xhci_dump_trb(struct xhci_trb *trb)
sys/dev/usb/controller/xhci.c
2443
ring_addr += sizeof(struct xhci_trb) *
sys/dev/usb/controller/xhci.c
2570
(x * XHCI_MAX_TRANSFERS * sizeof(struct xhci_trb)) +
sys/dev/usb/controller/xhci.c
2751
struct xhci_trb *trb;
sys/dev/usb/controller/xhci.c
2921
struct xhci_trb *trb_link;
sys/dev/usb/controller/xhci.c
3005
addr += (inext * sizeof(struct xhci_trb));
sys/dev/usb/controller/xhci.c
3921
(pepext->physaddr + (stream_id * sizeof(struct xhci_trb) *
sys/dev/usb/controller/xhci.c
937
xhci_check_transfer(struct xhci_softc *sc, struct xhci_trb *trb)
sys/dev/usb/controller/xhci.h
354
struct xhci_trb trb[(XHCI_MAX_STREAMS *
sys/dev/usb/controller/xhci.h
375
struct xhci_trb td_trb[XHCI_TD_PAGE_NBUF + 1];
sys/dev/usb/controller/xhci.h
392
struct xhci_trb trb;
sys/dev/usb/controller/xhci.h
407
struct xhci_trb hwr_events[XHCI_MAX_EVENTS];
sys/dev/usb/controller/xhci.h
408
struct xhci_trb hwr_commands[XHCI_MAX_COMMANDS];
sys/dev/usb/controller/xhci.h
414
struct xhci_trb *trb;
usr.sbin/bhyve/pci_xhci.c
1022
struct xhci_trb *trb)
usr.sbin/bhyve/pci_xhci.c
1145
struct xhci_trb *trb)
usr.sbin/bhyve/pci_xhci.c
1240
struct xhci_trb *trb)
usr.sbin/bhyve/pci_xhci.c
1321
struct xhci_trb *trb)
usr.sbin/bhyve/pci_xhci.c
1401
struct xhci_trb evtrb;
usr.sbin/bhyve/pci_xhci.c
1402
struct xhci_trb *trb;
usr.sbin/bhyve/pci_xhci.c
1534
pci_xhci_dump_trb(struct xhci_trb *trb)
usr.sbin/bhyve/pci_xhci.c
1579
struct xhci_trb *trb;
usr.sbin/bhyve/pci_xhci.c
1580
struct xhci_trb evtrb;
usr.sbin/bhyve/pci_xhci.c
166
struct xhci_trb *_epu_tr;
usr.sbin/bhyve/pci_xhci.c
1753
struct xhci_endp_ctx *ep_ctx, struct xhci_trb *trb, uint32_t slot,
usr.sbin/bhyve/pci_xhci.c
1756
struct xhci_trb *setup_trb;
usr.sbin/bhyve/pci_xhci.c
1951
struct xhci_trb *trb;
usr.sbin/bhyve/pci_xhci.c
215
struct xhci_trb *cr_p; /* crcr dequeue */
usr.sbin/bhyve/pci_xhci.c
2153
sizeof(struct xhci_trb);
usr.sbin/bhyve/pci_xhci.c
233
struct xhci_trb *erst_p; /* event ring segment tbl */
usr.sbin/bhyve/pci_xhci.c
2579
struct xhci_trb evtrb;
usr.sbin/bhyve/pci_xhci.c
2644
struct xhci_trb evtrb;
usr.sbin/bhyve/pci_xhci.c
342
struct xhci_trb *evtrb, int do_intr);
usr.sbin/bhyve/pci_xhci.c
343
static void pci_xhci_dump_trb(struct xhci_trb *trb);
usr.sbin/bhyve/pci_xhci.c
354
pci_xhci_set_evtrb(struct xhci_trb *evtrb, uint64_t port, uint32_t errcode,
usr.sbin/bhyve/pci_xhci.c
396
struct xhci_trb evtrb;
usr.sbin/bhyve/pci_xhci.c
451
struct xhci_trb evtrb;
usr.sbin/bhyve/pci_xhci.c
602
static struct xhci_trb *
usr.sbin/bhyve/pci_xhci.c
603
pci_xhci_trb_next(struct pci_xhci_softc *sc, struct xhci_trb *curtrb,
usr.sbin/bhyve/pci_xhci.c
606
struct xhci_trb *next;
usr.sbin/bhyve/pci_xhci.c
617
*guestaddr += sizeof(struct xhci_trb) & ~0xFUL;
usr.sbin/bhyve/pci_xhci.c
738
pci_xhci_insert_event(struct pci_xhci_softc *sc, struct xhci_trb *evtrb,
usr.sbin/bhyve/pci_xhci.c
745
struct xhci_trb *evtrbptr;
usr.sbin/bhyve/pci_xhci.c
753
sizeof(struct xhci_trb);
usr.sbin/bhyve/pci_xhci.c
775
struct xhci_trb errev;
usr.sbin/bhyve/pci_xhci.c
790
sizeof(struct xhci_trb));
usr.sbin/bhyve/pci_xhci.c
805
memcpy(&rts->erst_p[rts->er_enq_idx], evtrb, sizeof(struct xhci_trb));
usr.sbin/bhyve/pci_xhci.c
935
struct xhci_trb *trb)
usr.sbin/bhyve/pci_xhci.h
343
struct xhci_trb trb[(XHCI_MAX_STREAMS *