Home
last modified time | relevance | path

Searched refs:ScatterGatherEntry (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Ddma.h35 typedef struct ScatterGatherEntry ScatterGatherEntry; typedef
38 ScatterGatherEntry *sg;
280 struct ScatterGatherEntry { struct
/openbmc/qemu/system/
H A Ddma-helpers.c32 qsg->sg = g_new(ScatterGatherEntry, alloc_hint); in qemu_sglist_init()
45 qsg->sg = g_renew(ScatterGatherEntry, qsg->sg, qsg->nalloc); in qemu_sglist_add()
291 ScatterGatherEntry entry = sg->sg[sg_cur_index++]; in dma_buf_rw()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c471 ScatterGatherEntry *sg = sgl->sg; in vmbus_map_sgl()