Searched refs:recovery_halt (Results 1 – 2 of 2) sorted by relevance
352 if (!cq_host->enabled || !mmc->cqe_on || cq_host->recovery_halt) in cqhci_off()602 if (cq_host->recovery_halt) { in cqhci_request()630 if (!cq_host->recovery_halt) { in cqhci_recovery_needed()631 cq_host->recovery_halt = true; in cqhci_recovery_needed()669 if (cq_host->recovery_halt) in cqhci_error_irq()697 if (!cq_host->recovery_halt) { in cqhci_error_irq()730 if (cq_host->recovery_halt) { in cqhci_finish_mrq()805 is_idle = !cq_host->qcnt || cq_host->recovery_halt; in cqhci_is_idle()806 *ret = cq_host->recovery_halt ? -EBUSY : 0; in cqhci_is_idle()837 *recovery_needed = cq_host->recovery_halt; in cqhci_timeout()[all …]
179 bool recovery_halt; member