Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_defines.h53 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro
63 #define E1000_WUS_EX E1000_WUFC_EX
H A Dif_em.c4072 sc->wol &= ~E1000_WUFC_EX; in em_enable_wakeup()
4082 if (!(sc->wol & (E1000_WUFC_EX | E1000_WUFC_MAG | E1000_WUFC_MC))) in em_enable_wakeup()