Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Dcore.c772 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()
1091 if (!(ctrl->csts & NVME_CSTS_CFS)) { in nvmet_ctrl_fatal_error()
1092 ctrl->csts |= NVME_CSTS_CFS; in nvmet_ctrl_fatal_error()
/Linux-v4.19/include/linux/
Dnvme.h169 NVME_CSTS_CFS = 1 << 1, enumerator
/Linux-v4.19/drivers/nvme/host/
Dpci.c1102 if (!(csts & NVME_CSTS_CFS) && !nssro) in nvme_should_reset()
2154 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()