Home
last modified time | relevance | path

Searched refs:dbbuf_dbs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dpci.c148 __le32 *dbbuf_dbs; member
255 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_alloc()
260 memset(dev->dbbuf_dbs, 0, mem_size); in nvme_dbbuf_dma_alloc()
268 if (!dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()
278 dma_free_coherent(dev->dev, mem_size, dev->dbbuf_dbs, in nvme_dbbuf_dma_alloc()
280 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_alloc()
289 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_free()
291 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_free()
292 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_free()
304 if (!dev->dbbuf_dbs || !qid) in nvme_dbbuf_init()
[all …]
/openbmc/qemu/hw/nvme/
H A Dnvme.h567 uint64_t dbbuf_dbs; member
H A Dctrl.c4816 sq->db_addr = n->dbbuf_dbs + (sqid << 3); in nvme_init_sq()
5454 cq->db_addr = n->dbbuf_dbs + (cqid << 3) + (1 << 2); in nvme_init_cq()
7056 n->dbbuf_dbs = dbs_addr; in nvme_dbbuf_config()
7379 n->dbbuf_dbs = 0; in nvme_ctrl_reset()