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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp139 * E1K_RXD_CACHE_SIZE specifies the maximum number of RX descriptors stored
143 # define E1K_RXD_CACHE_SIZE 16u macro
1121 E1KRXDESC aRxDescriptors[E1K_RXD_CACHE_SIZE];
1122 //uint64_t aRxDescAddr[E1K_RXD_CACHE_SIZE];
2049 unsigned nDescsToFetch = RT_MIN(nDescsAvailable, E1K_RXD_CACHE_SIZE - pThis->nRxDFetched);
2135 // Assert(pDesc < pThis->aRxDescriptors + E1K_RXD_CACHE_SIZE);
3130 * our "empty" cache (nRxDFetched==E1K_RXD_CACHE_SIZE). We must not
7032 pThis->iRxDCurrent, RDH, pThis->nRxDFetched, E1K_RXD_CACHE_SIZE);

Completed in 71 milliseconds