Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c193 #define TRB_INTR(t) (((t).status >> TRB_INTR_SHIFT) & TRB_INTR_MASK) macro
1552 xhci_event(xhci, &event, TRB_INTR(*trb)); in xhci_xfer_report()
2159 slot->intr = get_field(slot_ctx[2], TRB_INTR); in xhci_address_slot()
2335 xhci->slots[slotid-1].intr = get_field(islot_ctx[2], TRB_INTR); in xhci_evaluate_slot()
2336 set_field(&slot_ctx[2], xhci->slots[slotid-1].intr, TRB_INTR); in xhci_evaluate_slot()