Lines Matching refs:cmd_list
295 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd()
296 cmd_list); in xhci_next_queued_cmd()
310 list_for_each_entry(i_cmd, &xhci->cmd_list, cmd_list) { in xhci_handle_stopped_cmd_ring()
1285 list_del(&cmd->cmd_list); in xhci_complete_del_and_free_cmd()
1299 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list) in xhci_cleanup_command_queue()
1385 cmd = list_first_entry(&xhci->cmd_list, struct xhci_command, cmd_list); in handle_cmd_completion()
1475 if (!list_is_singular(&xhci->cmd_list)) { in handle_cmd_completion()
1476 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1477 struct xhci_command, cmd_list); in handle_cmd_completion()
3844 if (list_empty(&xhci->cmd_list)) { in queue_command()
3849 list_add_tail(&cmd->cmd_list, &xhci->cmd_list); in queue_command()