Home
last modified time | relevance | path

Searched refs:NVME_CSTS_CFS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dnvme.h57 NVME_CSTS_CFS = 1 << 1, enumerator
/linux-4.1.27/drivers/block/
Dnvme-core.c2075 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()