Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c271 fdev->bar + NVME_REG_AQA); in fun_enable_admin_queue()
/linux/include/linux/
H A Dnvme.h139 NVME_REG_AQA = 0x0024, /* Admin Queue Attributes */ enumerator
/linux/drivers/nvme/host/
H A Dapple.c1146 writel(aqa, anv->mmio_nvme + NVME_REG_AQA); in apple_nvme_reset_work()
H A Dpci.c2358 writel(aqa, dev->bar + NVME_REG_AQA); in nvme_pci_configure_admin_queue()
/linux/drivers/nvme/target/
H A Dpci-epf.c1876 aqa = nvmet_pci_epf_bar_read32(ctrl, NVME_REG_AQA); in nvmet_pci_epf_enable_ctrl()