![]() |
Jungo WinDriver
Official Documentation
|
| #define WD_DMASyncCpu | ( | h, | |
| pDma | |||
| ) | WD_FUNCTION(IOCTL_WD_DMA_SYNC_CPU, h, pDma, SIZE_OF_WD_DMA(pDma), FALSE) |
Synchronizes the cache of all CPUs with the DMA buffer, by flushing the data from the CPU caches.
| [in] | h | Handle to WinDriver's kernel-mode driver as received from WD_Open() |
| [in] | pDma | Pointer to a DMA information structure, received from a previous call to WD_DMALock() |