Home
last modified time | relevance | path

Searched refs:data_cmd (Results 1 – 3 of 3) sorted by relevance

/drivers/mmc/host/
Dsdhci.c486 return host->cmd || host->data_cmd; in sdhci_has_requests()
1506 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()
1507 host->data_cmd = NULL; in __sdhci_finish_mrq()
1535 struct mmc_command *data_cmd = host->data_cmd; in __sdhci_finish_data() local
1539 host->data_cmd = NULL; in __sdhci_finish_data()
1546 if (!host->cmd || host->cmd == data_cmd) in __sdhci_finish_data()
1639 WARN_ON(host->data_cmd); in sdhci_send_command()
1640 host->data_cmd = cmd; in sdhci_send_command()
1805 cmd == host->data_cmd) { in sdhci_finish_command()
2994 if (host->data_cmd) { in sdhci_error_out_mrqs()
[all …]
Dsdhci.h542 struct mmc_command *data_cmd; /* Current data command */ member
/drivers/block/drbd/
Ddrbd_receiver.c5051 struct data_cmd { struct
5057 static struct data_cmd drbd_cmd_handler[] = { argument
5096 struct data_cmd const *cmd; in drbdd()