Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnvme.h56 NVME_CSTS_RDY = 1 << 0, enumerator
/linux-4.1.27/drivers/block/
Dnvme-core.c1484 u32 bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready()
1488 while ((readl(&dev->bar->csts) & NVME_CSTS_RDY) != bit) { in nvme_wait_ready()
2625 if (csts & NVME_CSTS_CFS || !(csts & NVME_CSTS_RDY)) { in nvme_dev_shutdown()
Dnvme-scsi.c2807 if (!(readl(&dev->bar->csts) & NVME_CSTS_RDY)) in nvme_trans_test_unit_ready()