Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c444 return NVME_REG_ACQ + sizeof(u64); in fun_get_regs_len()
462 *(u64 *)(buf + NVME_REG_ACQ) = readq(bar + NVME_REG_ACQ); in fun_get_regs()
/openbmc/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()
/openbmc/linux/include/linux/
H A Dnvme.h131 NVME_REG_ACQ = 0x0030, /* Admin CQ Base Address */ enumerator
/openbmc/linux/drivers/nvme/host/
H A Dapple.c1091 writeq(anv->adminq.cq_dma_addr, anv->mmio_nvme + NVME_REG_ACQ); in apple_nvme_reset_work()
H A Dpci.c1762 lo_hi_writeq(nvmeq->cq_dma_addr, dev->bar + NVME_REG_ACQ); in nvme_pci_configure_admin_queue()
/openbmc/qemu/include/block/
H A Dnvme.h46 NVME_REG_ACQ = offsetof(NvmeBar, acq), enumerator
/openbmc/qemu/hw/nvme/
H A Dctrl.c7393 case NVME_REG_ACQ: in nvme_write_bar()
7397 case NVME_REG_ACQ + 4: in nvme_write_bar()