Searched refs:NVME_CSTS_CFS (Results 1 – 3 of 3) sorted by relevance
1127 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()1134 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()1453 if (!(ctrl->csts & NVME_CSTS_CFS)) { in nvmet_ctrl_fatal_error()1454 ctrl->csts |= NVME_CSTS_CFS; in nvmet_ctrl_fatal_error()
193 NVME_CSTS_CFS = 1 << 1, enumerator
1237 if (!(csts & NVME_CSTS_CFS) && !nssro) in nvme_should_reset()2487 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()