Searched refs:dbbuf_dbs (Results 1 – 1 of 1) sorted by relevance
113 u32 *dbbuf_dbs; member230 if (dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()233 dev->dbbuf_dbs = dma_alloc_coherent(dev->dev, mem_size, in nvme_dbbuf_dma_alloc()236 if (!dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()243 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_alloc()244 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_alloc()255 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_free()257 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_free()258 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_free()270 if (!dev->dbbuf_dbs || !qid) in nvme_dbbuf_init()[all …]