Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Ddebugfs.c68 [NVME_CSTS_CFS] = "fatal",
H A Dcore.c1347 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()
1354 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl()
1730 if (!(ctrl->csts & NVME_CSTS_CFS)) { in nvmet_ctrl_fatal_error()
1731 ctrl->csts |= NVME_CSTS_CFS; in nvmet_ctrl_fatal_error()
/linux-6.15/drivers/nvme/host/
H A Dapple.c810 if (csts & NVME_CSTS_CFS) in apple_nvme_disable()
914 if (!apple_rtkit_is_crashed(anv->rtk) && !(csts & NVME_CSTS_CFS)) { in apple_nvme_timeout()
H A Dpci.c1378 if (!(csts & NVME_CSTS_CFS) && !nssro) in nvme_should_reset()
2785 return (csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY); in nvme_pci_ctrl_is_dead()
/linux-6.15/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c334 return (csts & (NVME_CSTS_CFS | NVME_CSTS_RDY)) != NVME_CSTS_RDY; in fun_adminq_stopped()
/linux-6.15/include/linux/
H A Dnvme.h254 NVME_CSTS_CFS = 1 << 1, enumerator