Home
last modified time | relevance | path

Searched refs:cqe_on (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/mmc/host/
H A Dcqhci-core.c293 mmc->cqe_on = true; in __cqhci_enable()
314 cq_host->mmc->cqe_on = false; in __cqhci_disable()
381 if (!cq_host->enabled || !mmc->cqe_on || cq_host->recovery_halt) in cqhci_off()
399 mmc->cqe_on = false; in cqhci_off()
618 if (!mmc->cqe_on) { in cqhci_request()
623 mmc->cqe_on = true; in cqhci_request()
1010 mmc->cqe_on = false; in cqhci_recovery_start()
1113 mmc->cqe_on = false; in cqhci_recovery_finish()
H A Dsdhci.h653 bool cqe_on; /* CQE is operating */ member
H A Dsdhci.c379 host->cqe_on = false; in sdhci_init()
3979 host->cqe_on = true; in sdhci_cqe_enable()
3998 host->cqe_on = false; in sdhci_cqe_disable()
4016 if (!host->cqe_on) in sdhci_cqe_irq()
/linux-6.15/include/linux/mmc/
H A Dhost.h556 bool cqe_on; member
/linux-6.15/drivers/mmc/core/
H A Dcore.c257 if (host->cqe_on) in __mmc_start_request()
940 if (host->cqe_on) in mmc_execute_tuning()
988 if (host->cqe_on) in mmc_set_initial_state()