Searched refs:NVME_REG_CSTS (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/nvme/target/ |
D | fabrics-cmd.c | 63 case NVME_REG_CSTS: in nvmet_execute_prop_get()
|
/Linux-v4.19/drivers/nvme/host/ |
D | pci.c | 1133 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout() 1558 (readl(dev->bar + NVME_REG_CSTS) & NVME_CSTS_NSSRO)) in nvme_pci_configure_admin_queue() 1559 writel(NVME_CSTS_NSSRO, dev->bar + NVME_REG_CSTS); in nvme_pci_configure_admin_queue() 2072 if (readl(dev->bar + NVME_REG_CSTS) == -1) { in nvme_pci_enable() 2149 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_dev_disable()
|
D | nvme.h | 370 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &val)) in nvme_ctrl_ready()
|
D | core.c | 1728 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_wait_ready() 1817 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_shutdown_ctrl() 3357 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) in nvme_ctrl_pp_status()
|
/Linux-v4.19/include/linux/ |
D | nvme.h | 108 NVME_REG_CSTS = 0x001c, /* Controller Status */ enumerator
|
/Linux-v4.19/drivers/pci/ |
D | quirks.c | 3739 u32 status = readl(bar + NVME_REG_CSTS); in nvme_disable_and_flr()
|