Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/host/
Dpci.c141 u32 *dbbuf_dbs; member
246 if (dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()
249 dev->dbbuf_dbs = dma_alloc_coherent(dev->dev, mem_size, in nvme_dbbuf_dma_alloc()
252 if (!dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()
259 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_alloc()
260 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_alloc()
271 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_free()
273 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_free()
274 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_free()
286 if (!dev->dbbuf_dbs || !qid) in nvme_dbbuf_init()
[all …]