Jungo WinDriver  
Official Documentation

◆ DMA_OPTIONS_ALL

#define DMA_OPTIONS_ALL
Value:
#define DMA_ADDRESS_WIDTH_MASK
Definition: windrvr.h:489
@ DMA_KERNEL_BUFFER_ALLOC
The system allocates a contiguous buffer.
Definition: windrvr.h:434
@ DMA_TO_DEVICE
memory pages are locked to be read by device
Definition: windrvr.h:454
@ DMA_KBUF_BELOW_16M
If DMA_KERNEL_BUFFER_ALLOC is used, this will make sure it is under 16M.
Definition: windrvr.h:437
@ DMA_ALLOW_NO_HCARD
Allow memory lock without hCard.
Definition: windrvr.h:462
@ DMA_FROM_DEVICE
memory pages are locked to be written by device
Definition: windrvr.h:451
@ DMA_GET_EXISTING_BUF
Get existing buffer by hDma handle.
Definition: windrvr.h:464
@ DMA_ALLOW_64BIT_ADDRESS
Use this value for devices that support 64-bit DMA addressing.
Definition: windrvr.h:459
@ DMA_LARGE_BUFFER
If DMA_LARGE_BUFFER is used, the maximum number of pages are dwPages, and not WD_DMA_PAGES.
Definition: windrvr.h:440
@ DMA_ALLOW_CACHE
Allow caching of contiguous memory.
Definition: windrvr.h:446
@ DMA_KERNEL_ONLY_MAP
Only map to kernel, dont map to user-mode.
Definition: windrvr.h:448
@ 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:468
@ DMA_RESERVED_MEM
Definition: windrvr.h:466

Definition at line 491 of file windrvr.h.