Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
A Dcore.c1146 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()
1153 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()
1480 if (!(ctrl->csts & NVME_CSTS_CFS)) { in nvmet_ctrl_fatal_error()
1481 ctrl->csts |= NVME_CSTS_CFS; in nvmet_ctrl_fatal_error()
/linux/include/linux/
A Dnvme.h204 NVME_CSTS_CFS = 1 << 1, enumerator
/linux/drivers/nvme/host/
A Dpci.c1248 if (!(csts & NVME_CSTS_CFS) && !nssro) in nvme_should_reset()
2617 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()

Completed in 21 milliseconds