Home
last modified time | relevance | path

Searched refs:ReceiveBufferPtrPhys (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/dd/pcnet/
H A Dpcnet.h102 PHYSICAL_ADDRESS ReceiveBufferPtrPhys; member
H A Dpcnet.c142 Descriptor->RBADR = Adapter->ReceiveBufferPtrPhys.QuadPart + in MiniportHandleInterrupt()
345 PhysicalAddress = Adapter->ReceiveBufferPtrPhys; in MiFreeSharedMemory()
477 Adapter->ReceiveBufferPtrPhys = PhysicalAddress; in MiAllocateSharedMemory()
507 (ReceiveDescriptor+i)->RBADR = Adapter->ReceiveBufferPtrPhys.QuadPart + i * BUFFER_SIZE; in MiAllocateSharedMemory()