Searched refs:NVME_CSTS_CFS (Results 1 – 5 of 5) sorted by relevance
68 [NVME_CSTS_CFS] = "fatal",
1344 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()1351 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()1728 if (!(ctrl->csts & NVME_CSTS_CFS)) { in nvmet_ctrl_fatal_error()1729 ctrl->csts |= NVME_CSTS_CFS; in nvmet_ctrl_fatal_error()
334 return (csts & (NVME_CSTS_CFS | NVME_CSTS_RDY)) != NVME_CSTS_RDY; in fun_adminq_stopped()
254 NVME_CSTS_CFS = 1 << 1, enumerator
1376 if (!(csts & NVME_CSTS_CFS) && !nssro) in nvme_should_reset()2783 return (csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY); in nvme_pci_ctrl_is_dead()