Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c160 #define TRB_TYPE(t) (((t).control >> TRB_TYPE_SHIFT) & TRB_TYPE_MASK) macro
409 return lookup_name(TRB_TYPE(*trb), TRBType_names, in trb_name()
717 type = TRB_TYPE(*trb); in xhci_ring_fetch()
764 type = TRB_TYPE(trb); in xhci_ring_chain_length()
1458 switch (TRB_TYPE(*trb)) { in xhci_xfer_create_sgl()
1506 switch (TRB_TYPE(*trb)) { in xhci_xfer_report()
1545 if (TRB_TYPE(*trb) == TR_EVDATA) { in xhci_xfer_report()
1559 switch (TRB_TYPE(*trb)) { in xhci_xfer_report()
1693 if (TRB_TYPE(*trb_status) == TR_EVDATA && xfer->trb_count > 2) { in xhci_fire_ctl_transfer()
1698 if (TRB_TYPE(*trb_setup) != TR_SETUP) { in xhci_fire_ctl_transfer()
[all …]