Searched refs:event_cmd (Results 1 – 10 of 10) sorted by relevance
418 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()
463 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()
895 struct xhci_event_cmd event_cmd; member
557 flags = le32_to_cpu(event->event_cmd.flags); in cdnsp_wait_for_cmd_compl()563 cmd_dma = le64_to_cpu(event->event_cmd.cmd_trb); in cdnsp_wait_for_cmd_compl()587 pdev->cmd.status = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)); in cdnsp_wait_for_cmd_compl()1399 cycle_bit = (le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE); in cdnsp_consume_all_events()
1062 struct cdnsp_event_cmd event_cmd; member
1450 flags = le32_to_cpu(event->event_cmd.flags); in cdnsp_handle_event()
101 MegasasCmd *event_cmd; member975 s->event_cmd = cmd; in megasas_event_wait()1955 if (!s->event_cmd || abort_cmd != s->event_cmd) { in megasas_handle_abort()1956 s->event_cmd = NULL; in megasas_handle_abort()
881 while ((le32_to_cpu(evt->event_cmd.flags) & TRB_CYCLE) == in xhci_dbc_do_handle_events()891 switch (le32_to_cpu(evt->event_cmd.flags) & TRB_TYPE_BITMASK) { in xhci_dbc_do_handle_events()
1907 handle_cmd_completion(xhci, &event->event_cmd); in handle_vendor_event()3083 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in xhci_handle_event()3094 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_handle_event()3099 handle_cmd_completion(xhci, &event->event_cmd); in xhci_handle_event()
1104 struct xhci_event_cmd event_cmd; member