Searched refs:E1000_WUFC_MC (Results 1 – 5 of 5) sorted by relevance
23 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro31 #define E1000_WUS_MC E1000_WUFC_MC
19 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
2119 if (adapter->wol & E1000_WUFC_MC) in igb_get_wol()2145 adapter->wol |= E1000_WUFC_MC; in igb_set_wol()
1994 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
5102 if (wufc & E1000_WUFC_MC) in __e1000_shutdown()