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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp129 * E1K_TXD_CACHE_SIZE specifies the maximum number of TX descriptors stored
134 # define E1K_TXD_CACHE_SIZE 64u macro
1135 E1KTXDESC aTxDescriptors[E1K_TXD_CACHE_SIZE];
3732 unsigned nDescsToFetch = RT_MIN(nDescsAvailable, E1K_TXD_CACHE_SIZE - pThis->nTxDFetched);
5134 pThis->iTxDCurrent, TDH, pThis->nTxDFetched, E1K_TXD_CACHE_SIZE));
5216 u8Remain == E1K_TXD_CACHE_SIZE ? " full" : "",
7061 pThis->iTxDCurrent, TDH, pThis->nTxDFetched, E1K_TXD_CACHE_SIZE);

Completed in 72 milliseconds