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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp634 static int pcnetXmitPending(PPCNETSTATE pThis, bool fOnWorkerThread);
2019 pcnetXmitPending(pThis, true /*fOnWorkerThread*/);
2328 int rc = pcnetXmitPending(pThis, false /*fOnWorkerThread*/);
2611 static int pcnetXmitPending(PPCNETSTATE pThis, bool fOnWorkerThread) function
4535 pcnetXmitPending(pThis, true /*fOnWorkerThread*/);

Completed in 49 milliseconds