NVME_CSTS_RDY    2075 drivers/nvme/host/core.c 	u32 csts, bit = enabled ? NVME_CSTS_RDY : 0;
NVME_CSTS_RDY    2081 drivers/nvme/host/core.c 		if ((csts & NVME_CSTS_RDY) == bit)
NVME_CSTS_RDY    2429 drivers/nvme/host/pci.c 		dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) ||
NVME_CSTS_RDY    1037 drivers/nvme/target/core.c 	ctrl->csts = NVME_CSTS_RDY;
NVME_CSTS_RDY    1053 drivers/nvme/target/core.c 	ctrl->csts &= ~NVME_CSTS_RDY;
NVME_CSTS_RDY    1137 drivers/nvme/target/core.c 	if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) {
NVME_CSTS_RDY     320 drivers/nvme/target/discovery.c 	if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) {
NVME_CSTS_RDY    3919 drivers/pci/quirks.c 			if (!(status & NVME_CSTS_RDY))