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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp1741 uint32_t iDesc = CSR_XMTRC(pThis); local
1747 if (iDesc < 2)
1748 iDesc = CSR_XMTRL(pThis);
1750 iDesc--;
1752 RTGCPHYS32 addrDesc = pcnetTdraAddr(pThis, iDesc);

Completed in 63 milliseconds