Searched refs:cLinkDownReported (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp559 GEN_CHECK_OFF(PCNETSTATE, cLinkDownReported);

Completed in 1182 milliseconds