Home
last modified time | relevance | path

Searched refs:NVME_CSTS_RDY (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dnvme.h67 NVME_CSTS_RDY = 1 << 0, enumerator
/linux-4.4.14/drivers/nvme/host/
Dpci.c1609 u32 bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready()
1613 while ((readl(&dev->bar->csts) & NVME_CSTS_RDY) != bit) { in nvme_wait_ready()
2969 if (csts & NVME_CSTS_CFS || !(csts & NVME_CSTS_RDY)) { in nvme_dev_shutdown()
Dscsi.c2300 if (!(readl(&dev->bar->csts) & NVME_CSTS_RDY)) in nvme_trans_test_unit_ready()