Home
last modified time | relevance | path

Searched refs:E1000_WUFC_MC (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Ddefines.h41 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
49 #define E1000_WUS_MC E1000_WUFC_MC
Dethtool.c1888 if (adapter->wol & E1000_WUFC_MC) in e1000_get_wol()
1914 adapter->wol |= E1000_WUFC_MC; in e1000_set_wol()
Dnetdev.c6124 if (wufc & E1000_WUFC_MC) { in __e1000_shutdown()
6172 if (!(wufc & (E1000_WUFC_EX | E1000_WUFC_MC | E1000_WUFC_BC))) in __e1000_shutdown()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_defines.h39 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
Digb_ethtool.c2089 if (adapter->wol & E1000_WUFC_MC) in igb_get_wol()
2115 adapter->wol |= E1000_WUFC_MC; in igb_set_wol()
Digb_main.c7388 if (wufc & E1000_WUFC_MC) { in __igb_shutdown()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c1692 if (adapter->wol & E1000_WUFC_MC) in e1000_get_wol()
1730 adapter->wol |= E1000_WUFC_MC; in e1000_set_wol()
De1000_hw.h2022 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
De1000_main.c5097 if (wufc & E1000_WUFC_MC) in __e1000_shutdown()