Searched refs:current_cmd (Results 1 – 2 of 2) sorted by relevance
1241 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()1260 if (xhci->current_cmd) { in xhci_handle_command_timeout()1261 cur_cmd = xhci->current_cmd; in xhci_handle_command_timeout()1284 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()1402 xhci->current_cmd = list_entry(cmd->cmd_list.next, in handle_cmd_completion()4036 xhci->current_cmd = cmd; in queue_command()
1554 struct xhci_command *current_cmd; member