Lines Matching refs:cmd_comp_code
1062 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq() argument
1090 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1094 switch (cmd_comp_code) { in xhci_handle_cmd_set_deq()
1113 cmd_comp_code); in xhci_handle_cmd_set_deq()
1157 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep() argument
1172 "Ignoring reset ep completion code of %u", cmd_comp_code); in xhci_handle_cmd_reset_ep()
1202 struct xhci_command *command, u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() argument
1204 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1229 struct xhci_event_cmd *event, u32 cmd_comp_code) in xhci_handle_cmd_config_ep() argument
1404 u32 cmd_comp_code; in handle_cmd_completion() local
1430 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
1433 if (cmd_comp_code == COMP_COMMAND_RING_STOPPED) { in handle_cmd_completion()
1450 if (cmd_comp_code == COMP_COMMAND_ABORTED) { in handle_cmd_completion()
1462 xhci_handle_cmd_enable_slot(xhci, slot_id, cmd, cmd_comp_code); in handle_cmd_completion()
1470 cmd_comp_code); in handle_cmd_completion()
1486 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1491 cmd_comp_code = COMP_COMMAND_RING_STOPPED; in handle_cmd_completion()
1496 xhci_handle_cmd_reset_ep(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1525 xhci_complete_del_and_free_cmd(cmd, cmd_comp_code); in handle_cmd_completion()