Searched refs:dbbuf_dbs (Results 1 – 3 of 3) sorted by relevance
148 __le32 *dbbuf_dbs; member256 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_alloc()261 memset(dev->dbbuf_dbs, 0, mem_size); in nvme_dbbuf_dma_alloc()266 dev->dbbuf_dbs = dma_alloc_coherent(dev->dev, mem_size, in nvme_dbbuf_dma_alloc()269 if (!dev->dbbuf_dbs) in nvme_dbbuf_dma_alloc()279 dma_free_coherent(dev->dev, mem_size, dev->dbbuf_dbs, in nvme_dbbuf_dma_alloc()281 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_alloc()290 if (dev->dbbuf_dbs) { in nvme_dbbuf_dma_free()292 dev->dbbuf_dbs, dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_dma_free()293 dev->dbbuf_dbs = NULL; in nvme_dbbuf_dma_free()[all …]
582 uint64_t dbbuf_dbs; member
4849 sq->db_addr = n->dbbuf_dbs + (sqid << 3); in nvme_init_sq()5488 cq->db_addr = n->dbbuf_dbs + (cqid << 3) + (1 << 2); in nvme_init_cq()7141 n->dbbuf_dbs = dbs_addr; in nvme_dbbuf_config()7568 n->dbbuf_dbs = 0; in nvme_ctrl_reset()