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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp348 int iLog2DescSize; member in struct:PCNETSTATE
1066 return pThis->GCRDRA + ((CSR_RCVRL(pThis) - idx) << pThis->iLog2DescSize);
1074 return pThis->GCTDRA + ((CSR_XMTRL(pThis) - idx) << pThis->iLog2DescSize);
1827 const unsigned cb = 1 << pThis->iLog2DescSize;
3012 pThis->iLog2DescSize = 3;
3017 pThis->iLog2DescSize = 4;
3023 pThis->iLog2DescSize = 4;
3250 pThis->iLog2DescSize = 3;
4058 const unsigned cb = 1 << pThis->iLog2DescSize;
4098 const unsigned cb = 1 << pThis->iLog2DescSize;
[all...]

Completed in 63 milliseconds