Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dpci.c120 u32 *dbbuf_dbs; member
234 if (dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()
237 dev->dbbuf_dbs = dma_alloc_coherent(dev->dev, mem_size, in nvme_dbbuf_dma_alloc()
240 if (!dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()
247 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_alloc()
248 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_alloc()
259 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_free()
261 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_free()
262 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_free()
274 if (!dev->dbbuf_dbs || !qid) in nvme_dbbuf_init()
[all …]