Home
last modified time | relevance | path

Searched refs:E1000_WUFC_MC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/e1000/
H A De1000_defines.h54 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
64 #define E1000_WUS_MC E1000_WUFC_MC
H A Dif_em.c4224 sc->wol = (E1000_WUFC_MAG | E1000_WUFC_MC); in em_get_wakeup()
4300 sc->wol &= ~E1000_WUFC_MC; in em_enable_wakeup()
4307 if (!(sc->wol & (E1000_WUFC_EX | E1000_WUFC_MAG | E1000_WUFC_MC))) in em_enable_wakeup()