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

/external/qemu/include/sysemu/
H A Ddma.h21 } ScatterGatherEntry; typedef in typeref:struct:__anon29915
24 ScatterGatherEntry *sg;
/external/qemu/
H A Ddma-helpers.c15 qsg->sg = g_malloc(alloc_hint * sizeof(ScatterGatherEntry));
26 qsg->sg = g_realloc(qsg->sg, qsg->nalloc * sizeof(ScatterGatherEntry));

Completed in 97 milliseconds