Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A 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()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.c52 u32 bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready()
61 if ((readl(&dev->bar->csts) & NVME_CSTS_RDY) == bit) in nvme_wait_ready()
H A Dnvme.h597 NVME_CSTS_RDY = 1 << 0, enumerator
/openbmc/linux/drivers/nvme/target/
H A Ddiscovery.c359 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_parse_discovery_cmd()
H A Dcore.c1187 ctrl->csts = NVME_CSTS_RDY; in nvmet_start_ctrl()
1204 ctrl->csts &= ~NVME_CSTS_RDY; in nvmet_clear_ctrl()
1297 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_check_ctrl_status()
/openbmc/qemu/block/
H A Dnvme.c817 while (NVME_CSTS_RDY(le32_to_cpu(regs->csts))) { in nvme_init()
858 while (!NVME_CSTS_RDY(le32_to_cpu(regs->csts))) { in nvme_init()
/openbmc/linux/include/linux/
H A Dnvme.h217 NVME_CSTS_RDY = 1 << 0, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dcore.c2217 return nvme_wait_ready(ctrl, NVME_CSTS_RDY, 0, in nvme_disable_ctrl()
2301 return nvme_wait_ready(ctrl, NVME_CSTS_RDY, NVME_CSTS_RDY, in nvme_enable_ctrl()
H A Dapple.c806 if (!(csts & NVME_CSTS_RDY)) in apple_nvme_disable()
H A Dpci.c2594 return (csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY); in nvme_pci_ctrl_is_dead()
/openbmc/qemu/include/block/
H A Dnvme.h222 #define NVME_CSTS_RDY(csts) ((csts >> CSTS_RDY_SHIFT) & CSTS_RDY_MASK) macro
/openbmc/linux/drivers/pci/
H A Dquirks.c4104 if (!(status & NVME_CSTS_RDY)) in nvme_disable_and_flr()