Searched refs:GET_COMP_CODE (Results 1 – 3 of 3) sorted by relevance
456 BUG_ON(GET_COMP_CODE( in xhci_wait_for_event()505 != udev->slot_id || GET_COMP_CODE(le32_to_cpu( in reset_ep()534 BUG_ON(GET_COMP_CODE(le32_to_cpu(event->trans_event.transfer_len in abort_td()543 != udev->slot_id || GET_COMP_CODE(le32_to_cpu( in abort_td()554 != udev->slot_id || GET_COMP_CODE(le32_to_cpu( in abort_td()565 switch (GET_COMP_CODE(le32_to_cpu(event->trans_event.transfer_len))) { in record_transfer_result()973 if (GET_COMP_CODE(le32_to_cpu(event->trans_event.transfer_len)) in xhci_ctrl_tx()
470 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_configure_endpoints()478 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_configure_endpoints()658 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_address_device()680 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_address_device()734 BUG_ON(GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)) in _xhci_alloc_device()
722 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro