Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/fungible/funcore/
Dfun_dev.c47 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()
/linux-6.1.9/drivers/nvme/target/
Ddiscovery.c359 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_parse_discovery_cmd()
Dcore.c1171 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()
/linux-6.1.9/include/linux/
Dnvme.h217 NVME_CSTS_RDY = 1 << 0, enumerator
/linux-6.1.9/drivers/nvme/host/
Dapple.c806 if (!(csts & NVME_CSTS_RDY)) in apple_nvme_disable()
Dcore.c2247 u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready()
2253 if ((csts & NVME_CSTS_RDY) == bit) in nvme_wait_ready()
Dpci.c2700 dead = !!((csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY) || in nvme_dev_disable()
/linux-6.1.9/drivers/pci/
Dquirks.c3963 if (!(status & NVME_CSTS_RDY)) in nvme_disable_and_flr()