Lines Matching refs:XHCITRB
131 typedef struct XHCITRB { struct
137 } XHCITRB; argument
252 XHCITRB *trbs;
407 static const char *trb_name(XHCITRB *trb) in trb_name()
610 XHCITRB ev_trb; in xhci_write_event()
691 static TRBType xhci_ring_fetch(XHCIState *xhci, XHCIRing *ring, XHCITRB *trb, in xhci_ring_fetch()
740 XHCITRB trb; in xhci_ring_chain_length()
1170 xfer->trbs = g_new(XHCITRB, length); in xhci_ep_alloc_xfer()
1450 XHCITRB *trb = &xfer->trbs[i]; in xhci_xfer_create_sgl()
1503 XHCITRB *trb = &xfer->trbs[i]; in xhci_xfer_report()
1683 XHCITRB *trb_setup, *trb_status; in xhci_fire_ctl_transfer()
2394 static unsigned int xhci_get_slot(XHCIState *xhci, XHCIEvent *event, XHCITRB *trb) in xhci_get_slot()
2472 XHCITRB trb; in xhci_process_commands()