Lines Matching refs:cmd_comp_code
1353 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq() argument
1382 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1386 switch (cmd_comp_code) { in xhci_handle_cmd_set_deq()
1405 cmd_comp_code); in xhci_handle_cmd_set_deq()
1462 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep() argument
1480 "Ignoring reset ep completion code of %u", cmd_comp_code); in xhci_handle_cmd_reset_ep()
1498 struct xhci_command *command, u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() argument
1500 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1525 u32 cmd_comp_code) in xhci_handle_cmd_config_ep() argument
1705 u32 cmd_comp_code; in handle_cmd_completion() local
1736 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
1739 if (cmd_comp_code == COMP_COMMAND_RING_STOPPED) { in handle_cmd_completion()
1756 if (cmd_comp_code == COMP_COMMAND_ABORTED) { in handle_cmd_completion()
1768 xhci_handle_cmd_enable_slot(xhci, slot_id, cmd, cmd_comp_code); in handle_cmd_completion()
1775 xhci_handle_cmd_config_ep(xhci, slot_id, cmd_comp_code); in handle_cmd_completion()
1787 cmd_comp_code); in handle_cmd_completion()
1792 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1797 cmd_comp_code = COMP_COMMAND_RING_STOPPED; in handle_cmd_completion()
1802 xhci_handle_cmd_reset_ep(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1831 xhci_complete_del_and_free_cmd(cmd, cmd_comp_code); in handle_cmd_completion()