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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp1789 unsigned iRxDesc; local
1829 iRxDesc = CSR_RCVRL(pThis);
1830 while (iRxDesc-- > 0)
1879 iRxDesc = CSR_RCVRC(pThis);
1901 if (RT_LIKELY(iRxDesc == CSR_RCVRC(pThis)))
1903 if (iRxDesc-- < 2)
1904 iRxDesc = CSR_RCVRL(pThis);
1905 CSR_RCVRC(pThis) = iRxDesc;
1908 iRxDesc = CSR_RCVRC(pThis);
1916 next_crda = pcnetRdraAddr(pThis, iRxDesc);
[all...]

Completed in 55 milliseconds