Home
last modified time | relevance | path

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

/qemu/hw/nvme/
H A Dnvme.h397 NVME_SG_DMA = 1 << 1, enumerator
H A Dctrl.c709 sg->flags = NVME_SG_DMA; in nvme_sg_init()
723 if (sg->flags & NVME_SG_DMA) { in nvme_sg_unmap()
743 bool dma = sg->flags & NVME_SG_DMA; in nvme_sg_split()
838 if (sg->flags & NVME_SG_DMA) { in nvme_map_addr()
853 if (!(sg->flags & NVME_SG_DMA)) { in nvme_map_addr()
1244 nvme_sg_init(n, &req->sg, sg.flags & NVME_SG_DMA); in nvme_map_data()
1270 nvme_sg_init(n, &req->sg, sg.flags & NVME_SG_DMA); in nvme_map_mdata()
1287 bool dma = sg->flags & NVME_SG_DMA; in nvme_tx_interleaved()
1347 if (sg->flags & NVME_SG_DMA) { in nvme_tx()
1449 if (req->sg.flags & NVME_SG_DMA) { in nvme_blk_read()
[all …]