Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_defines.h26 #define IGC_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
35 #define IGC_WUS_MC IGC_WUFC_MC
H A Dif_igc.c2469 sc->wol &= ~IGC_WUFC_MC; in igc_enable_wakeup()
2476 if (!(sc->wol & (IGC_WUFC_EX | IGC_WUFC_MAG | IGC_WUFC_MC))) in igc_enable_wakeup()