Searched refs:NVME_GONE (Results 1 – 3 of 3) sorted by relevance
272 if (csts == NVME_GONE) /* Hot unplug. */ in nvme_ctrlr_wait_for_ready()1625 gone = (nvme_mmio_read_4(ctrlr, csts) == NVME_GONE); in nvme_ctrlr_destruct()1707 if (csts == NVME_GONE) /* Hot unplug. */ in nvme_ctrlr_shutdown()
100 #define NVME_GONE 0xfffffffful macro
1097 if (csts == NVME_GONE || cfs == 1) { in nvme_qpair_timeout()