Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Ddiscovery.c190 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_parse_discovery_cmd()
Dcore.c776 ctrl->csts = NVME_CSTS_RDY; in nvmet_start_ctrl()
792 ctrl->csts &= ~NVME_CSTS_RDY; in nvmet_clear_ctrl()
876 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_check_ctrl_status()
/Linux-v4.19/drivers/nvme/host/
Dnvme.h372 return val & NVME_CSTS_RDY; in nvme_ctrl_ready()
Dcore.c1725 u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready()
1731 if ((csts & NVME_CSTS_RDY) == bit) in nvme_wait_ready()
Dpci.c2154 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()
/Linux-v4.19/include/linux/
Dnvme.h168 NVME_CSTS_RDY = 1 << 0, enumerator
/Linux-v4.19/drivers/pci/
Dquirks.c3742 if (!(status & NVME_CSTS_RDY)) in nvme_disable_and_flr()