Searched refs:deferred_cmd (Results 1 – 2 of 2) sorted by relevance
1496 if (host->deferred_cmd && host->deferred_cmd->mrq == mrq) in __sdhci_finish_mrq()1497 host->deferred_cmd = NULL; in __sdhci_finish_mrq()1581 WARN_ON(host->deferred_cmd); in __sdhci_finish_data()1582 host->deferred_cmd = data->stop; in __sdhci_finish_data()1705 struct mmc_command *deferred_cmd = host->deferred_cmd; in sdhci_send_command_retry() local1727 if (cmd == deferred_cmd && cmd != host->deferred_cmd) in sdhci_send_command_retry()1734 if (cmd == host->deferred_cmd) in sdhci_send_command_retry()1735 host->deferred_cmd = NULL; in sdhci_send_command_retry()1800 WARN_ON(host->deferred_cmd); in sdhci_finish_command()1801 host->deferred_cmd = cmd->mrq->cmd; in sdhci_finish_command()[all …]
536 struct mmc_command *deferred_cmd; /* Deferred command */ member