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

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp339 } const s_aFeatures[] = local
361 for (unsigned i = 0; i < RT_ELEMENTS(s_aFeatures); ++i)
363 if (s_aFeatures[i].uMask & fFeatures)
364 Log3(("%s --> %s\n", INSTANCE(pThis), s_aFeatures[i].pcszDesc));

Completed in 49 milliseconds