NVME_CSTS_CFS
return (csts & (NVME_CSTS_CFS | NVME_CSTS_RDY)) != NVME_CSTS_RDY;
if (csts & NVME_CSTS_CFS)
if (!apple_rtkit_is_crashed(anv->rtk) && !(csts & NVME_CSTS_CFS)) {
if (!(csts & NVME_CSTS_CFS) && !nssro)
return (csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY);
ctrl->csts = NVME_CSTS_CFS;
ctrl->csts = NVME_CSTS_CFS;
if (!(ctrl->csts & NVME_CSTS_CFS)) {
ctrl->csts |= NVME_CSTS_CFS;
[NVME_CSTS_CFS] = "fatal",