Searched refs:deferred_cmd (Results 1 – 2 of 2) sorted by relevance
1493 if (host->deferred_cmd && host->deferred_cmd->mrq == mrq) in __sdhci_finish_mrq()1494 host->deferred_cmd = NULL; in __sdhci_finish_mrq()1578 WARN_ON(host->deferred_cmd); in __sdhci_finish_data()1579 host->deferred_cmd = data->stop; in __sdhci_finish_data()1702 struct mmc_command *deferred_cmd = host->deferred_cmd; in sdhci_send_command_retry() local1724 if (cmd == deferred_cmd && cmd != host->deferred_cmd) in sdhci_send_command_retry()1731 if (cmd == host->deferred_cmd) in sdhci_send_command_retry()1732 host->deferred_cmd = NULL; in sdhci_send_command_retry()1797 WARN_ON(host->deferred_cmd); in sdhci_finish_command()1798 host->deferred_cmd = cmd->mrq->cmd; in sdhci_finish_command()[all …]
534 struct mmc_command *deferred_cmd; /* Deferred command */ member