Lines Matching refs:cmd_list
322 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd()
323 cmd_list); in xhci_next_queued_cmd()
337 list_for_each_entry(i_cmd, &xhci->cmd_list, cmd_list) { in xhci_handle_stopped_cmd_ring()
1633 list_del(&cmd->cmd_list); in xhci_complete_del_and_free_cmd()
1647 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list) in xhci_cleanup_command_queue()
1738 cmd = list_first_entry(&xhci->cmd_list, struct xhci_command, cmd_list); in handle_cmd_completion()
1828 if (!list_is_singular(&xhci->cmd_list)) { in handle_cmd_completion()
1829 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1830 struct xhci_command, cmd_list); in handle_cmd_completion()
4342 if (list_empty(&xhci->cmd_list)) { in queue_command()
4347 list_add_tail(&cmd->cmd_list, &xhci->cmd_list); in queue_command()