Searched hist:"03 ee3b1e58266c7e5b155d58f443d94b23d2bd05" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | mac_dbdma.h | diff 03ee3b1e58266c7e5b155d58f443d94b23d2bd05 Sat Jun 29 19:47:20 CDT 2013 Alexander Graf <agraf@suse.de> PPC: dbdma: Move processing to io
Soon we will introduce intermediate processing pauses which will allow the bottom half to restart a DMA request that couldn't be fulfilled yet.
For that to work, move the processing variable into the io struct which is what DMA providers work with.
While touching it, also change it into a bool
Signed-off-by: Alexander Graf <agraf@suse.de>
|
/openbmc/qemu/hw/misc/macio/ |
H A D | mac_dbdma.c | diff 03ee3b1e58266c7e5b155d58f443d94b23d2bd05 Sat Jun 29 19:47:20 CDT 2013 Alexander Graf <agraf@suse.de> PPC: dbdma: Move processing to io
Soon we will introduce intermediate processing pauses which will allow the bottom half to restart a DMA request that couldn't be fulfilled yet.
For that to work, move the processing variable into the io struct which is what DMA providers work with.
While touching it, also change it into a bool
Signed-off-by: Alexander Graf <agraf@suse.de>
|