Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/fungible/funcore/
Dfun_dev.c53 u32 csts = readl(fdev->bar + NVME_REG_CSTS); in fun_wait_ready()
80 u32 csts = readl(fdev->bar + NVME_REG_CSTS); in fun_check_csts_rdy()
333 u32 csts = readl(fdev->bar + NVME_REG_CSTS); in fun_adminq_stopped()
/linux-6.1.9/drivers/nvme/target/
Dfabrics-cmd.c64 case NVME_REG_CSTS: in nvmet_execute_prop_get()
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_ethtool.c459 *(u32 *)(buf + NVME_REG_CSTS) = readl(bar + NVME_REG_CSTS); in fun_get_regs()
/linux-6.1.9/drivers/nvme/host/
Dpci.c1341 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout()
1828 (readl(dev->bar + NVME_REG_CSTS) & NVME_CSTS_NSSRO)) in nvme_pci_configure_admin_queue()
1829 writel(NVME_CSTS_NSSRO, dev->bar + NVME_REG_CSTS); in nvme_pci_configure_admin_queue()
2590 if (readl(dev->bar + NVME_REG_CSTS) == -1) { in nvme_pci_enable()
2691 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_dev_disable()
Dapple.c800 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); in apple_nvme_disable()
868 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); in apple_nvme_timeout()
Dcore.c2250 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_wait_ready()
2372 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_shutdown_ctrl()
4688 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) in nvme_ctrl_pp_status()
/linux-6.1.9/include/linux/
Dnvme.h127 NVME_REG_CSTS = 0x001c, /* Controller Status */ enumerator
/linux-6.1.9/drivers/pci/
Dquirks.c3960 u32 status = readl(bar + NVME_REG_CSTS); in nvme_disable_and_flr()