Searched refs:NVME_REG_CSTS (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_dev.c | 52 u32 csts = readl(fdev->bar + NVME_REG_CSTS); in fun_wait_ready() 79 u32 csts = readl(fdev->bar + NVME_REG_CSTS); in fun_check_csts_rdy() 332 u32 csts = readl(fdev->bar + NVME_REG_CSTS); in fun_adminq_stopped()
|
| /linux/drivers/nvme/target/ |
| H A D | fabrics-cmd.c | 64 case NVME_REG_CSTS: in nvmet_execute_prop_get()
|
| H A D | pci-epf.c | 1819 nvmet_pci_epf_bar_write32(ctrl, NVME_REG_CSTS, ctrl->csts); in nvmet_pci_epf_clear_ctrl_config() 1962 nvmet_pci_epf_bar_write32(ctrl, NVME_REG_CSTS, ctrl->csts); in nvmet_pci_epf_poll_cc_work()
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 1745 readl(dev->bar + NVME_REG_CSTS); in nvme_pci_subsystem_reset() 1894 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout() 2361 (readl(dev->bar + NVME_REG_CSTS) & NVME_CSTS_NSSRO)) in nvme_pci_configure_admin_queue() 2362 writel(NVME_CSTS_NSSRO, dev->bar + NVME_REG_CSTS); in nvme_pci_configure_admin_queue() 3220 if (readl(dev->bar + NVME_REG_CSTS) == -1) { in nvme_pci_enable() 3309 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_pci_ctrl_is_dead()
|
| H A D | apple.c | 855 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); in apple_nvme_disable() 937 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); in apple_nvme_timeout()
|
| H A D | core.c | 2723 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_wait_ready() 4794 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) in nvme_ctrl_pp_status()
|
| /linux/include/linux/ |
| H A D | nvme.h | 137 NVME_REG_CSTS = 0x001c, /* Controller Status */ enumerator
|