Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c56 u32 bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready()
65 if ((readl(&dev->bar->csts) & NVME_CSTS_RDY) == bit) in nvme_wait_ready()
H A Dnvme.h598 NVME_CSTS_RDY = 1 << 0, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dcore.c1138 ctrl->csts = NVME_CSTS_RDY; in nvmet_start_ctrl()
1155 ctrl->csts &= ~NVME_CSTS_RDY; in nvmet_clear_ctrl()
1239 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_check_ctrl_status()
H A Ddiscovery.c353 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_parse_discovery_cmd()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h191 NVME_CSTS_RDY = 1 << 0, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c2379 u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready()
2385 if ((csts & NVME_CSTS_RDY) == bit) in nvme_wait_ready()
H A Dpci.c2489 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c3930 if (!(status & NVME_CSTS_RDY)) in nvme_disable_and_flr()