Home
last modified time | relevance | path

Searched refs:trb (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Dhcd-xhci.c407 static const char *trb_name(XHCITRB *trb) in trb_name() argument
409 return lookup_name(TRB_TYPE(*trb), TRBType_names, in trb_name()
691 static TRBType xhci_ring_fetch(XHCIState *xhci, XHCIRing *ring, XHCITRB *trb, in xhci_ring_fetch() argument
698 if (dma_memory_read(xhci->as, ring->dequeue, trb, TRB_SIZE, in xhci_ring_fetch()
704 trb->addr = ring->dequeue; in xhci_ring_fetch()
705 trb->ccs = ring->ccs; in xhci_ring_fetch()
706 le64_to_cpus(&trb->parameter); in xhci_ring_fetch()
707 le32_to_cpus(&trb->status); in xhci_ring_fetch()
708 le32_to_cpus(&trb->control); in xhci_ring_fetch()
710 trace_usb_xhci_fetch_trb(ring->dequeue, trb_name(trb), in xhci_ring_fetch()
[all …]
H A Dtrace-events160 usb_xhci_queue_event(uint32_t vector, uint32_t idx, const char *trb, const char *evt, uint64_t para…