Searched refs:NVME_CSTS_CFS (Results 1 – 2 of 2) sorted by relevance
57 NVME_CSTS_CFS = 1 << 1, enumerator
2075 if (readl(&dev->bar->csts) & NVME_CSTS_CFS) { in nvme_kthread()2625 if (csts & NVME_CSTS_CFS || !(csts & NVME_CSTS_RDY)) { in nvme_dev_shutdown()