Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dpci.c150 __le32 *dbbuf_dbs; member
260 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_alloc()
265 memset(dev->dbbuf_dbs, 0, mem_size); in nvme_dbbuf_dma_alloc()
273 if (!dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()
283 dma_free_coherent(dev->dev, mem_size, dev->dbbuf_dbs, in nvme_dbbuf_dma_alloc()
285 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_alloc()
294 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_free()
296 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_free()
297 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_free()
309 if (!dev->dbbuf_dbs || !qid) in nvme_dbbuf_init()
[all …]