Searched defs:RDRAPhysOld (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp390 RTGCPHYS32 RDRAPhysOld; member in struct:PCNETSTATE
1348 Log(("pcnetUpdateRingHandlers RX %RX32 size %#x -> %RX32 ?size? %#x\n", pThis->RDRAPhysOld, pThis->cbRDRAOld, pThis->GCRDRA, pcnetRdraAddr(pThis, 0)));
1353 if (pThis->GCRDRA != pThis->RDRAPhysOld || CSR_RCVRL(pThis) != pThis->cbRDRAOld)
1355 if (pThis->RDRAPhysOld != 0)
1357 pThis->RDRAPhysOld & ~PAGE_OFFSET_MASK);
1371 pThis->RDRAPhysOld = pThis->GCRDRA;

Completed in 63 milliseconds