ReactOS 0.4.15-dev-6663-gd1e9fe1
|
#include <nvnet.h>
Public Attributes | |
SINGLE_LIST_ENTRY | Link |
PVOID | VirtualAddress |
NDIS_PHYSICAL_ADDRESS | PhysicalAddress |
SINGLE_LIST_ENTRY _NVNET_TX_BUFFER::Link |
Definition at line 192 of file nvnet.h.
Referenced by AllocateTransmitBuffers(), and NvNetSendPacket().
NDIS_PHYSICAL_ADDRESS _NVNET_TX_BUFFER::PhysicalAddress |
Definition at line 194 of file nvnet.h.
Referenced by AllocateTransmitBuffers(), and NvNetSendPacket().
PVOID _NVNET_TX_BUFFER::VirtualAddress |
Definition at line 193 of file nvnet.h.
Referenced by AllocateTransmitBuffers().