Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dcore.c1127 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()
1134 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()
1452 if (!(ctrl->csts & NVME_CSTS_CFS)) { in nvmet_ctrl_fatal_error()
1453 ctrl->csts |= NVME_CSTS_CFS; in nvmet_ctrl_fatal_error()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h599 NVME_CSTS_CFS = 1 << 1, enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h192 NVME_CSTS_CFS = 1 << 1, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dpci.c1236 if (!(csts & NVME_CSTS_CFS) && !nssro) in nvme_should_reset()
2489 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()