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

/linux-master/drivers/nvme/target/
H A Dcore.c1175 ctrl->csts = NVME_CSTS_CFS;
1182 ctrl->csts = NVME_CSTS_CFS;
1521 if (!(ctrl->csts & NVME_CSTS_CFS)) {
1522 ctrl->csts |= NVME_CSTS_CFS;
/linux-master/drivers/nvme/host/
H A Dapple.c809 if (csts & NVME_CSTS_CFS)
913 if (!apple_rtkit_is_crashed(anv->rtk) && !(csts & NVME_CSTS_CFS)) {
H A Dpci.c1247 if (!(csts & NVME_CSTS_CFS) && !nssro)
2574 return (csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY);
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c334 return (csts & (NVME_CSTS_CFS | NVME_CSTS_RDY)) != NVME_CSTS_RDY;
/linux-master/include/linux/
H A Dnvme.h222 NVME_CSTS_CFS = 1 << 1, enumerator in enum:__anon2271

Completed in 116 milliseconds