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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1163 bool fGSOEnabled; member in struct:E1kState_st
3485 if (RT_UNLIKELY(!pThis->fGSOEnabled))
7482 pThis->fGSOEnabled = true;
7513 rc = CFGMR3QueryBoolDef(pCfg, "GSOEnabled", &pThis->fGSOEnabled, true);
7531 pThis->fGSOEnabled ? "enabled" : "disabled",

Completed in 71 milliseconds