Searched refs:vqueueIsEmpty (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.cpp118 if (vqueueIsEmpty(pState, pQueue))
129 if (vqueueIsEmpty(pState, pQueue))
230 pState->uGuestFeatures, vqueueIsEmpty(pState, pQueue)?"":"not "));
232 || ((pState->uGuestFeatures & VPCI_F_NOTIFY_ON_EMPTY) && vqueueIsEmpty(pState, pQueue)))
H A DVirtio.h318 DECLINLINE(bool) vqueueIsEmpty(PVPCISTATE pState, PVQUEUE pQueue) function
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp635 else if (vqueueIsEmpty(&pThis->VPCI, pThis->pRxQueue))

Completed in 52 milliseconds