Home
last modified time | relevance | path

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

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