Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c52 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 Dfabrics-cmd.c64 case NVME_REG_CSTS: in nvmet_execute_prop_get()
/linux/drivers/nvme/host/
H A Dpci.c1268 readl(dev->bar + NVME_REG_CSTS); in nvme_pci_subsystem_reset()
1416 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout()
1878 (readl(dev->bar + NVME_REG_CSTS) & NVME_CSTS_NSSRO)) in nvme_pci_configure_admin_queue()
1879 writel(NVME_CSTS_NSSRO, dev->bar + NVME_REG_CSTS); in nvme_pci_configure_admin_queue()
2694 if (readl(dev->bar + NVME_REG_CSTS) == -1) { in nvme_pci_enable()
2782 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_pci_ctrl_is_dead()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c459 *(u32 *)(buf + NVME_REG_CSTS) = readl(bar + NVME_REG_CSTS); in fun_get_regs()
/linux/include/linux/
H A Dnvme.h137 NVME_REG_CSTS = 0x001c, /* Controller Status */ enumerator
/linux/drivers/pci/
H A Dquirks.c4108 u32 status = readl(bar + NVME_REG_CSTS); in nvme_disable_and_flr()