Jungo WinDriver  
Official Documentation

◆ DMA_OPTIONS_ALL

#define DMA_OPTIONS_ALL
Value:
#define DMA_ADDRESS_WIDTH_MASK
Definition: windrvr.h:493
@ DMA_KERNEL_BUFFER_ALLOC
The system allocates a contiguous buffer.
Definition: windrvr.h:438
@ DMA_TO_DEVICE
memory pages are locked to be read by device
Definition: windrvr.h:458
@ DMA_KBUF_BELOW_16M
If DMA_KERNEL_BUFFER_ALLOC is used, this will make sure it is under 16M.
Definition: windrvr.h:441
@ DMA_ALLOW_NO_HCARD
Allow memory lock without hCard.
Definition: windrvr.h:466
@ DMA_FROM_DEVICE
memory pages are locked to be written by device
Definition: windrvr.h:455
@ DMA_GET_EXISTING_BUF
Get existing buffer by hDma handle.
Definition: windrvr.h:468
@ DMA_ALLOW_64BIT_ADDRESS
Use this value for devices that support 64-bit DMA addressing.
Definition: windrvr.h:463
@ DMA_LARGE_BUFFER
If DMA_LARGE_BUFFER is used, the maximum number of pages are dwPages, and not WD_DMA_PAGES.
Definition: windrvr.h:444
@ DMA_ALLOW_CACHE
Allow caching of contiguous memory.
Definition: windrvr.h:450
@ DMA_KERNEL_ONLY_MAP
Only map to kernel, dont map to user-mode.
Definition: windrvr.h:452
@ DMA_KBUF_ALLOC_SPECIFY_ADDRESS_WIDTH
When using this flag, the width of the address must be entered in the fourth byte of dwOptions and th...
Definition: windrvr.h:472
@ DMA_RESERVED_MEM
Definition: windrvr.h:470

Definition at line 495 of file windrvr.h.