Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NET_MEMORY_MAPPING_REQUIREMENT enumeration identifies the memory mapping requirement that a net adapter can specify for its receive and transmit buffers.
Syntax
typedef enum _NET_MEMORY_MAPPING_REQUIREMENT {
NetMemoryMappingRequirementNone = 0,
NetMemoryMappingRequirementDmaMapped = 1
} NET_MEMORY_MAPPING_REQUIREMENT;
Constants
NetMemoryMappingRequirementNoneValue: 0 The adapter does not require memory mapping. |
NetMemoryMappingRequirementDmaMappedValue: 1 The adapter requires DMA mapping for mapping receive or transmit buffers. |
Requirements
| Requirement | Value |
|---|---|
| Minimum KMDF version | 1.25 |
| Minimum UMDF version | 2.33 |
| Header | netadapter.h (include netadaptercx.h) |