Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_defines.h52 #define E1000_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
62 #define E1000_WUS_MAG E1000_WUFC_MAG
H A Dif_em.c4447 sc->wol = (E1000_WUFC_MAG | E1000_WUFC_MC); in em_get_wakeup()
4516 sc->wol &= ~E1000_WUFC_MAG; in em_enable_wakeup()
4529 if (!(sc->wol & (E1000_WUFC_EX | E1000_WUFC_MAG | E1000_WUFC_MC))) in em_enable_wakeup()