Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c438 msecs_to_jiffies(xhci->current_cmd->timeout_ms)); in xhci_mod_cmd_timer()
481 xhci->current_cmd = cur_cmd; in xhci_handle_stopped_cmd_ring()
1701 xhci->current_cmd = NULL; in xhci_cleanup_command_queue()
1749 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1777 xhci_handle_stopped_cmd_ring(xhci, xhci->current_cmd); in xhci_handle_command_timeout()
1845 if (xhci->current_cmd == cmd) in handle_cmd_completion()
1846 xhci->current_cmd = NULL; in handle_cmd_completion()
1909 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1912 } else if (xhci->current_cmd == cmd) { in handle_cmd_completion()
1913 xhci->current_cmd = NULL; in handle_cmd_completion()
[all …]
H A Dxhci.h1540 struct xhci_command *current_cmd; member