Searched refs:dbbuf (Results 1 – 2 of 2) sorted by relevance
258 * Clear the dbbuf memory so the driver doesn't observe stale in nvme_dbbuf_dma_alloc() 283 dev_warn(dev->dev, "unable to allocate dma for dbbuf\n"); in nvme_dbbuf_dma_alloc() 333 c.dbbuf.opcode = nvme_admin_dbbuf; in nvme_dbbuf_set() 334 c.dbbuf.prp1 = cpu_to_le64(dev->dbbuf_dbs_dma_addr); in nvme_dbbuf_set() 335 c.dbbuf.prp2 = cpu_to_le64(dev->dbbuf_eis_dma_addr); in nvme_dbbuf_set() 338 dev_warn(dev->ctrl.device, "unable to set dbbuf\n"); in nvme_dbbuf_set() 352 /* Update dbbuf and return true if an MMIO is required */
1807 struct nvme_dbbuf dbbuf; member