Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/host/
Dpci.c145 u32 *dbbuf_dbs; member
247 if (dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()
250 dev->dbbuf_dbs = dma_alloc_coherent(dev->dev, mem_size, in nvme_dbbuf_dma_alloc()
253 if (!dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()
260 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_alloc()
261 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_alloc()
272 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_free()
274 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_free()
275 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_free()
287 if (!dev->dbbuf_dbs || !qid) in nvme_dbbuf_init()
[all …]