Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c418 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in event_ready()
445 type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_wait_for_event()
502 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
504 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
510 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
512 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
H A Dxhci.c463 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in xhci_configure_endpoints()
466 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_configure_endpoints()
474 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_configure_endpoints()
649 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()
651 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_address_device()
673 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_address_device()
724 BUG_ON(GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)) in _xhci_alloc_device()
727 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
H A Dxhci.h895 struct xhci_event_cmd event_cmd; member
/openbmc/qemu/hw/scsi/
H A Dmegasas.c101 MegasasCmd *event_cmd; member
975 s->event_cmd = cmd; in megasas_event_wait()
1952 if (!s->event_cmd || abort_cmd != s->event_cmd) { in megasas_handle_abort()
1953 s->event_cmd = NULL; in megasas_handle_abort()