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

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp68 #define VNET_TX_DELAY 150 /**< 150 microseconds */ macro
140 #ifdef VNET_TX_DELAY
157 #endif /* VNET_TX_DELAY */
1316 #ifdef VNET_TX_DELAY
1343 TMTimerSetMicro(pThis->CTX_SUFF(pTxTimer), VNET_TX_DELAY);
1378 #else /* !VNET_TX_DELAY */
1387 #endif /* !VNET_TX_DELAY */
1924 #ifdef VNET_TX_DELAY
1926 #endif /* VNET_TX_DELAY */
2071 #ifdef VNET_TX_DELAY
[all...]

Completed in 49 milliseconds