Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 577 of file 8390.c.
Referenced by HandleReceive(), and NICReadPacket().
{ if (Adapter->NextPacket == Adapter->PageStart) { NdisRawWritePortUchar(Adapter->IOBase + PG0_BNRY, (UCHAR)(Adapter->PageStop - 1)); } else { NdisRawWritePortUchar(Adapter->IOBase + PG0_BNRY, (UCHAR)(Adapter->NextPacket - 1)); } }