Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c382 msecs_to_jiffies(xhci->current_cmd->timeout_ms)); in xhci_mod_cmd_timer()
425 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()
1670 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()
1692 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1697 cmd_field3 = le32_to_cpu(xhci->current_cmd->command_trb->generic.field[3]); in xhci_handle_command_timeout()
1718 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1746 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()
1814 if (xhci->current_cmd == cmd) in handle_cmd_completion()
1815 xhci->current_cmd = NULL; in handle_cmd_completion()
1878 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
[all …]
H A Dxhci.h1540 struct xhci_command *current_cmd; member