Lines Matching refs:current_cmd
336 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()
1339 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()
1358 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1363 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1391 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()
1453 if (xhci->current_cmd == cmd) in handle_cmd_completion()
1454 xhci->current_cmd = NULL; in handle_cmd_completion()
1517 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1520 } else if (xhci->current_cmd == cmd) { in handle_cmd_completion()
1521 xhci->current_cmd = NULL; in handle_cmd_completion()
4065 xhci->current_cmd = cmd; in queue_command()