Searched refs:dbbuf_dbs (Results 1 – 1 of 1) sorted by relevance
142 u32 *dbbuf_dbs; member248 if (dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()251 dev->dbbuf_dbs = dma_alloc_coherent(dev->dev, mem_size, in nvme_dbbuf_dma_alloc()254 if (!dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()261 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_alloc()262 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_alloc()273 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_free()275 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_free()276 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_free()288 if (!dev->dbbuf_dbs || !qid) in nvme_dbbuf_init()[all …]