Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_defines.h25 #define IGC_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro
34 #define IGC_WUS_EX IGC_WUFC_EX
H A Dif_igc.c2254 adapter->wol &= ~IGC_WUFC_EX; in igc_enable_wakeup()
2264 if (!(adapter->wol & (IGC_WUFC_EX | IGC_WUFC_MAG | IGC_WUFC_MC))) in igc_enable_wakeup()