Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/target/
Dcore.c1159 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()
1166 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()
1506 if (!(ctrl->csts & NVME_CSTS_CFS)) { in nvmet_ctrl_fatal_error()
1507 ctrl->csts |= NVME_CSTS_CFS; in nvmet_ctrl_fatal_error()
/Linux-v6.1/drivers/nvme/host/
Dapple.c808 if (csts & NVME_CSTS_CFS) in apple_nvme_disable()
898 if (!apple_rtkit_is_crashed(anv->rtk) && !(csts & NVME_CSTS_CFS)) { in apple_nvme_timeout()
Dpci.c1303 if (!(csts & NVME_CSTS_CFS) && !nssro) in nvme_should_reset()
2695 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()
/Linux-v6.1/drivers/net/ethernet/fungible/funcore/
Dfun_dev.c335 return (csts & (NVME_CSTS_CFS | NVME_CSTS_RDY)) != NVME_CSTS_RDY; in fun_adminq_stopped()
/Linux-v6.1/include/linux/
Dnvme.h217 NVME_CSTS_CFS = 1 << 1, enumerator