Home
last modified time | relevance | path

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

/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()
/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 Dpci.c1904 lo_hi_writeq(nvmeq->cq_dma_addr, dev->bar + NVME_REG_ACQ); in nvme_pci_configure_admin_queue()