ReactOS 0.4.15-dev-7942-gd23573b
_NVNET_TX_BUFFER Struct Reference

#include <nvnet.h>

Collaboration diagram for _NVNET_TX_BUFFER:

Public Attributes

SINGLE_LIST_ENTRY Link
 
PVOID VirtualAddress
 
NDIS_PHYSICAL_ADDRESS PhysicalAddress
 

Detailed Description

Definition at line 190 of file nvnet.h.

Member Data Documentation

◆ Link

SINGLE_LIST_ENTRY _NVNET_TX_BUFFER::Link

Definition at line 192 of file nvnet.h.

Referenced by AllocateTransmitBuffers(), and NvNetSendPacket().

◆ PhysicalAddress

NDIS_PHYSICAL_ADDRESS _NVNET_TX_BUFFER::PhysicalAddress

Definition at line 194 of file nvnet.h.

Referenced by AllocateTransmitBuffers(), and NvNetSendPacket().

◆ VirtualAddress

PVOID _NVNET_TX_BUFFER::VirtualAddress

Definition at line 193 of file nvnet.h.

Referenced by AllocateTransmitBuffers().


The documentation for this struct was generated from the following file: