Lines Matching refs:current_cmd
360 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()
1646 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()
1665 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1670 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1698 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()
1765 if (xhci->current_cmd == cmd) in handle_cmd_completion()
1766 xhci->current_cmd = NULL; in handle_cmd_completion()
1829 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1832 } else if (xhci->current_cmd == cmd) { in handle_cmd_completion()
1833 xhci->current_cmd = NULL; in handle_cmd_completion()
4343 xhci->current_cmd = cmd; in queue_command()