Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/fungible/funcore/
Dfun_dev.c46 u32 bit = enabled ? NVME_CSTS_RDY : 0; in fun_wait_ready()
59 if ((csts & NVME_CSTS_RDY) == bit) in fun_wait_ready()
80 u32 actual_rdy = csts & NVME_CSTS_RDY; in fun_check_csts_rdy()
334 return (csts & (NVME_CSTS_CFS | NVME_CSTS_RDY)) != NVME_CSTS_RDY; in fun_adminq_stopped()
/Linux-v6.6/drivers/nvme/target/
Ddiscovery.c359 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_parse_discovery_cmd()
Dcore.c1174 ctrl->csts = NVME_CSTS_RDY; in nvmet_start_ctrl()
1191 ctrl->csts &= ~NVME_CSTS_RDY; in nvmet_clear_ctrl()
1284 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_check_ctrl_status()
/Linux-v6.6/include/linux/
Dnvme.h217 NVME_CSTS_RDY = 1 << 0, enumerator
/Linux-v6.6/drivers/nvme/host/
Dcore.c2218 return nvme_wait_ready(ctrl, NVME_CSTS_RDY, 0, in nvme_disable_ctrl()
2300 return nvme_wait_ready(ctrl, NVME_CSTS_RDY, NVME_CSTS_RDY, in nvme_enable_ctrl()
Dapple.c806 if (!(csts & NVME_CSTS_RDY)) in apple_nvme_disable()
Dpci.c2572 return (csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY); in nvme_pci_ctrl_is_dead()
/Linux-v6.6/drivers/pci/
Dquirks.c4071 if (!(status & NVME_CSTS_RDY)) in nvme_disable_and_flr()