Lines Matching refs:cmd_comp_code
1380 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq() argument
1415 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1419 switch (cmd_comp_code) { in xhci_handle_cmd_set_deq()
1438 cmd_comp_code); in xhci_handle_cmd_set_deq()
1520 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep() argument
1538 "Ignoring reset ep completion code of %u", cmd_comp_code); in xhci_handle_cmd_reset_ep()
1554 u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() argument
1556 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1760 u32 cmd_comp_code; in handle_cmd_completion() local
1775 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
1778 if (cmd_comp_code == COMP_COMMAND_RING_STOPPED) { in handle_cmd_completion()
1811 if (cmd_comp_code == COMP_COMMAND_ABORTED) { in handle_cmd_completion()
1823 xhci_handle_cmd_enable_slot(slot_id, cmd, cmd_comp_code); in handle_cmd_completion()
1842 cmd_comp_code); in handle_cmd_completion()
1847 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1852 cmd_comp_code = COMP_COMMAND_RING_STOPPED; in handle_cmd_completion()
1857 xhci_handle_cmd_reset_ep(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1886 xhci_complete_del_and_free_cmd(cmd, cmd_comp_code, COMP_PARAM(status)); in handle_cmd_completion()