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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp362 RTUINT cLinkDownReported; member in struct:PCNETSTATE
2269 pThis->cLinkDownReported++;
2371 && pThis->cLinkDownReported > PCNET_MAX_LINKDOWN_REPORTED)
3097 pThis->cLinkDownReported++;
3150 pThis->cLinkDownReported++;
3163 pThis->cLinkDownReported++;
3193 pThis->cLinkDownReported++;
3817 if (pThis->cLinkDownReported <= PCNET_MAX_LINKDOWN_REPORTED)
3826 Log(("#%d pcnetTimerRestore: Clearing ERR and CERR after load. cLinkDownReported=%d\n",
3827 pDevIns->iInstance, pThis->cLinkDownReported));
[all...]

Completed in 59 milliseconds