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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp303 #define RCTL_MPE UINT32_C(0x00000010) macro
3027 bool fBecomePromiscous = !!(value & (RCTL_UPE | RCTL_MPE));
3028 if (fBecomePromiscous != !!( RCTL & (RCTL_UPE | RCTL_MPE)))
6365 if (RCTL & RCTL_MPE)
6807 !!(RCTL & (RCTL_UPE | RCTL_MPE)));

Completed in 72 milliseconds