Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/igc/
Digc_defines.h27 #define IGC_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro
36 #define IGC_WUS_EX IGC_WUFC_EX
Dif_igc.c2271 adapter->wol &= ~IGC_WUFC_EX; in igc_enable_wakeup()
2281 if (!(adapter->wol & (IGC_WUFC_EX | IGC_WUFC_MAG | IGC_WUFC_MC))) in igc_enable_wakeup()