Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_defines.h24 #define IGC_WUFC_MAG 0x00000002 /* Magic Packet Wakeup Enable */ macro
33 #define IGC_WUS_MAG IGC_WUFC_MAG
H A Dif_igc.c2420 sc->wol &= ~IGC_WUFC_MAG; in igc_enable_wakeup()
2433 if (!(sc->wol & (IGC_WUFC_EX | IGC_WUFC_MAG | IGC_WUFC_MC))) in igc_enable_wakeup()