Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnvme.h68 NVME_CSTS_CFS = 1 << 1, enumerator
/linux-4.4.14/drivers/nvme/host/
Dpci.c2217 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()