Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/target/
Ddiscovery.c353 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_parse_discovery_cmd()
Dcore.c1140 ctrl->csts = NVME_CSTS_RDY; in nvmet_start_ctrl()
1157 ctrl->csts &= ~NVME_CSTS_RDY; in nvmet_clear_ctrl()
1242 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_check_ctrl_status()
/kernel/linux/linux-5.10/include/linux/
Dnvme.h192 NVME_CSTS_RDY = 1 << 0, enumerator
/kernel/linux/linux-5.10/drivers/nvme/host/
Dcore.c2369 u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready()
2375 if ((csts & NVME_CSTS_RDY) == bit) in nvme_wait_ready()
Dpci.c2488 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()
/kernel/linux/linux-5.10/drivers/pci/
Dquirks.c3923 if (!(status & NVME_CSTS_RDY)) in nvme_disable_and_flr()