Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/host/
Dpci.c147 u32 *dbbuf_dbs; member
248 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_alloc()
253 memset(dev->dbbuf_dbs, 0, mem_size); in nvme_dbbuf_dma_alloc()
258 dev->dbbuf_dbs = dma_alloc_coherent(dev->dev, mem_size, in nvme_dbbuf_dma_alloc()
261 if (!dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()
268 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_alloc()
269 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_alloc()
280 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_free()
282 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_free()
283 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_free()
[all …]