Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c460 *(u32 *)(buf + NVME_REG_AQA) = readl(bar + NVME_REG_AQA); in fun_get_regs()
/linux-6.15/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c271 fdev->bar + NVME_REG_AQA); in fun_enable_admin_queue()
/linux-6.15/include/linux/
H A Dnvme.h139 NVME_REG_AQA = 0x0024, /* Admin Queue Attributes */ enumerator
/linux-6.15/drivers/nvme/host/
H A Dapple.c1103 writel(aqa, anv->mmio_nvme + NVME_REG_AQA); in apple_nvme_reset_work()
H A Dpci.c1904 writel(aqa, dev->bar + NVME_REG_AQA); in nvme_pci_configure_admin_queue()
/linux-6.15/drivers/nvme/target/
H A Dpci-epf.c1866 aqa = nvmet_pci_epf_bar_read32(ctrl, NVME_REG_AQA); in nvmet_pci_epf_enable_ctrl()