ReactOS 0.4.16-dev-306-g647d351
|
#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().