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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1077 bool fIntRaised; member in struct:E1kState_st
1899 if (pThis->fIntRaised)
1930 pThis->fIntRaised = true;
2903 pThis->fIntRaised = false;
2992 if (pThis->fIntRaised)
2995 * Technically we should reset fIntRaised in ICR read handler, but it will cause
3004 pThis->fIntRaised = false;
4422 //if (pThis->fIntRaised)
6622 SSMR3PutBool(pSSM, pThis->fIntRaised);
6736 SSMR3GetBool(pSSM, &pThis->fIntRaised);
[all...]

Completed in 71 milliseconds