Searched refs:NVME_REG_CSTS (Results 1 – 9 of 9) 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 | 1838 nvmet_pci_epf_bar_write32(ctrl, NVME_REG_CSTS, ctrl->csts); in nvmet_pci_epf_clear_ctrl_config() 1981 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 | 1703 readl(dev->bar + NVME_REG_CSTS); in nvme_pci_subsystem_reset() 1852 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout() 2314 (readl(dev->bar + NVME_REG_CSTS) & NVME_CSTS_NSSRO)) in nvme_pci_configure_admin_queue() 2315 writel(NVME_CSTS_NSSRO, dev->bar + NVME_REG_CSTS); in nvme_pci_configure_admin_queue() 3169 if (readl(dev->bar + NVME_REG_CSTS) == -1) { in nvme_pci_enable() 3258 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_pci_ctrl_is_dead()
|
| H A D | apple.c | 839 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); in apple_nvme_disable() 921 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); in apple_nvme_timeout()
|
| H A D | core.c | 2626 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_wait_ready() 4666 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) in nvme_ctrl_pp_status()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_ethtool.c | 459 *(u32 *)(buf + NVME_REG_CSTS) = readl(bar + NVME_REG_CSTS); in fun_get_regs()
|
| /linux/include/linux/ |
| H A D | nvme.h | 137 NVME_REG_CSTS = 0x001c, /* Controller Status */ enumerator
|
| /linux/drivers/pci/ |
| H A D | quirks.c | 4138 u32 status = readl(bar + NVME_REG_CSTS); in nvme_disable_and_flr()
|