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

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

Completed in 57 milliseconds