Searched refs:NVME_CSTS_CFS (Results 1 – 2 of 2) sorted by relevance
68 NVME_CSTS_CFS = 1 << 1, enumerator
2217 csts & NVME_CSTS_CFS) { in nvme_kthread()2535 return (!dev->bar || readl(&dev->bar->csts) & NVME_CSTS_CFS || in nvme_io_incapable()2969 if (csts & NVME_CSTS_CFS || !(csts & NVME_CSTS_RDY)) { in nvme_dev_shutdown()