Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci.c464 return host->cmd || host->data_cmd; in sdhci_has_requests()
1244 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()
1245 host->data_cmd = NULL; in __sdhci_finish_mrq()
1284 struct mmc_command *data_cmd = host->data_cmd; in sdhci_finish_data() local
1288 host->data_cmd = NULL; in sdhci_finish_data()
1295 if (!host->cmd || host->cmd == data_cmd) in sdhci_finish_data()
1383 WARN_ON(host->data_cmd); in sdhci_send_command()
1384 host->data_cmd = cmd; in sdhci_send_command()
1484 cmd == host->data_cmd) { in sdhci_finish_command()
2562 if (host->data_cmd) { in sdhci_error_out_mrqs()
[all …]
Dsdhci.h541 struct mmc_command *data_cmd; /* Current data command */ member
/drivers/block/drbd/
Ddrbd_receiver.c5058 struct data_cmd { struct
5064 static struct data_cmd drbd_cmd_handler[] = { argument
5103 struct data_cmd const *cmd; in drbdd()