Searched refs:NVME_CSTS_RDY (Results 1 – 8 of 8) sorted by relevance
47 u32 bit = enabled ? NVME_CSTS_RDY : 0; in fun_wait_ready()60 if ((csts & NVME_CSTS_RDY) == bit) in fun_wait_ready()81 u32 actual_rdy = csts & NVME_CSTS_RDY; in fun_check_csts_rdy()335 return (csts & (NVME_CSTS_CFS | NVME_CSTS_RDY)) != NVME_CSTS_RDY; in fun_adminq_stopped()
359 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_parse_discovery_cmd()
1171 ctrl->csts = NVME_CSTS_RDY; in nvmet_start_ctrl()1188 ctrl->csts &= ~NVME_CSTS_RDY; in nvmet_clear_ctrl()1281 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_check_ctrl_status()
217 NVME_CSTS_RDY = 1 << 0, enumerator
806 if (!(csts & NVME_CSTS_RDY)) in apple_nvme_disable()
2247 u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready()2253 if ((csts & NVME_CSTS_RDY) == bit) in nvme_wait_ready()
2700 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()
3963 if (!(status & NVME_CSTS_RDY)) in nvme_disable_and_flr()