ReactOS 0.4.15-dev-8002-gbbb3b00
_DC_RCB Struct Reference

#include <sendrcv.h>

Collaboration diagram for _DC_RCB:

Public Attributes

SINGLE_LIST_ENTRY ListEntry
 
ULONG PhysicalAddress
 
ULONG Flags
 
PNDIS_PACKET Packet
 
PNDIS_BUFFER NdisBuffer
 
PVOID VirtualAddress
 
PVOID VirtualAddressOriginal
 
NDIS_PHYSICAL_ADDRESS PhysicalAddressOriginal
 
SINGLE_LIST_ENTRY AllocListEntry
 

Detailed Description

Definition at line 39 of file sendrcv.h.

Member Data Documentation

◆ AllocListEntry

SINGLE_LIST_ENTRY _DC_RCB::AllocListEntry

Definition at line 53 of file sendrcv.h.

Referenced by DcAllocateRcb().

◆ Flags

ULONG _DC_RCB::Flags

Definition at line 45 of file sendrcv.h.

Referenced by DcHandleRxReceivedFrames(), and DcIndicateReceivePackets().

◆ ListEntry

SINGLE_LIST_ENTRY _DC_RCB::ListEntry

Definition at line 42 of file sendrcv.h.

Referenced by DcAllocateReceiveBuffers(), DcCreateRxRing(), and DcReturnPacket().

◆ NdisBuffer

PNDIS_BUFFER _DC_RCB::NdisBuffer

Definition at line 49 of file sendrcv.h.

Referenced by DcAllocateRcb(), and DcHandleRxReceivedFrames().

◆ Packet

PNDIS_PACKET _DC_RCB::Packet

Definition at line 48 of file sendrcv.h.

Referenced by DcAllocateRcb(), and DcHandleRxReceivedFrames().

◆ PhysicalAddress

ULONG _DC_RCB::PhysicalAddress

Definition at line 44 of file sendrcv.h.

Referenced by DcAllocateRcb(), DcCreateRxRing(), and DcHandleRxReceivedFrames().

◆ PhysicalAddressOriginal

NDIS_PHYSICAL_ADDRESS _DC_RCB::PhysicalAddressOriginal

Definition at line 52 of file sendrcv.h.

Referenced by DcAllocateRcb().

◆ VirtualAddress

PVOID _DC_RCB::VirtualAddress

Definition at line 50 of file sendrcv.h.

Referenced by DcAllocateRcb(), and DcHandleRxReceivedFrames().

◆ VirtualAddressOriginal

PVOID _DC_RCB::VirtualAddressOriginal

Definition at line 51 of file sendrcv.h.

Referenced by DcAllocateRcb().


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