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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1241 int32_t iStatIntLost; member in struct:E1kState_st
1889 if (pThis->iStatIntLost >= E1K_LOST_IRQ_THRSLD)
3329 if (pThis->iStatIntLost > -100)
3330 pThis->iStatIntLost--;
5739 //pThis->iStatIntLost += pThis->iStatIntLostOne;
5798 //pThis->iStatIntLost += pThis->iStatIntLostOne;
5845 //pThis->iStatIntLost += pThis->iStatIntLostOne;
6022 LogRel(("%s Lost interrupts : %d\n", pThis->szPrf, pThis->iStatIntLost));
7087 pHlp->pfnPrintf(pHlp, "Lost interrupts : %d\n", pThis->iStatIntLost);
7782 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->iStatIntLost, STAMTYPE_U3
[all...]

Completed in 56 milliseconds