Home
last modified time | relevance | path

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

/external/qemu/
Ddma.h21 } ScatterGatherEntry; typedef
24 ScatterGatherEntry *sg;
Ddma-helpers.c15 qsg->sg = qemu_malloc(alloc_hint * sizeof(ScatterGatherEntry)); in qemu_sglist_init()
26 qsg->sg = qemu_realloc(qsg->sg, qsg->nalloc * sizeof(ScatterGatherEntry)); in qemu_sglist_add()