Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c274 writeq(funq->cq_dma_addr, fdev->bar + NVME_REG_ACQ); in fun_enable_admin_queue()
/linux/include/linux/
H A Dnvme.h141 NVME_REG_ACQ = 0x0030, /* Admin CQ Base Address */ enumerator
/linux/drivers/nvme/host/
H A Dapple.c1148 writeq(anv->adminq.cq_dma_addr, anv->mmio_nvme + NVME_REG_ACQ); in apple_nvme_reset_work()
H A Dpci.c2200 lo_hi_writeq(nvmeq->cq_dma_addr, dev->bar + NVME_REG_ACQ); in nvme_pci_configure_admin_queue()
/linux/drivers/nvme/target/
H A Dpci-epf.c1881 acq = nvmet_pci_epf_bar_read64(ctrl, NVME_REG_ACQ); in nvmet_pci_epf_enable_ctrl()