Searched refs:NVME_REG_CSTS (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/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 | 1828 nvmet_pci_epf_bar_write32(ctrl, NVME_REG_CSTS, ctrl->csts); in nvmet_pci_epf_clear_ctrl_config() 1971 nvmet_pci_epf_bar_write32(ctrl, NVME_REG_CSTS, ctrl->csts); in nvmet_pci_epf_poll_cc_work()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | pci.c | 1270 readl(dev->bar + NVME_REG_CSTS); in nvme_pci_subsystem_reset() 1418 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout() 1880 (readl(dev->bar + NVME_REG_CSTS) & NVME_CSTS_NSSRO)) in nvme_pci_configure_admin_queue() 1881 writel(NVME_CSTS_NSSRO, dev->bar + NVME_REG_CSTS); in nvme_pci_configure_admin_queue() 2696 if (readl(dev->bar + NVME_REG_CSTS) == -1) { in nvme_pci_enable() 2784 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_pci_ctrl_is_dead()
|
| H A D | apple.c | 802 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); in apple_nvme_disable() 884 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); in apple_nvme_timeout()
|
| H A D | core.c | 2459 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_wait_ready() 4457 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) in nvme_ctrl_pp_status()
|
| /linux-6.15/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-6.15/include/linux/ |
| H A D | nvme.h | 137 NVME_REG_CSTS = 0x001c, /* Controller Status */ enumerator
|
| /linux-6.15/drivers/pci/ |
| H A D | quirks.c | 4108 u32 status = readl(bar + NVME_REG_CSTS); in nvme_disable_and_flr()
|