Home
last modified time | relevance | path

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

/linux/tools/perf/
A Dbuiltin-data.c13 struct data_cmd { struct
19 static struct data_cmd data_cmds[]; argument
87 static struct data_cmd data_cmds[] = {
94 struct data_cmd *cmd; in cmd_data()
/linux/drivers/mmc/host/
A Dsdhci.c1499 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()
1500 host->data_cmd = NULL; in __sdhci_finish_mrq()
1528 struct mmc_command *data_cmd = host->data_cmd; in __sdhci_finish_data() local
1532 host->data_cmd = NULL; in __sdhci_finish_data()
1632 WARN_ON(host->data_cmd); in sdhci_send_command()
1633 host->data_cmd = cmd; in sdhci_send_command()
2954 if (host->data_cmd) { in sdhci_error_out_mrqs()
3334 struct mmc_command *data_cmd = host->data_cmd; in sdhci_data_irq() local
3341 if (data_cmd && (data_cmd->flags & MMC_RSP_BUSY)) { in sdhci_data_irq()
3343 host->data_cmd = NULL; in sdhci_data_irq()
[all …]
A Dsdhci.h538 struct mmc_command *data_cmd; /* Current data command */ member
/linux/drivers/block/drbd/
A Ddrbd_receiver.c5051 struct data_cmd { struct
5057 static struct data_cmd drbd_cmd_handler[] = { argument
5096 struct data_cmd const *cmd; in drbdd()

Completed in 28 milliseconds