Home
last modified time | relevance | path

Searched refs:current_cmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c333 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()
1298 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()
1317 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1322 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1350 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()
1412 if (xhci->current_cmd == cmd) in handle_cmd_completion()
1413 xhci->current_cmd = NULL; in handle_cmd_completion()
1476 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1479 } else if (xhci->current_cmd == cmd) { in handle_cmd_completion()
1480 xhci->current_cmd = NULL; in handle_cmd_completion()
[all …]
Dxhci.h1760 struct xhci_command *current_cmd; member