Home
last modified time | relevance | path

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

/drivers/net/igb/
De1000_defines.h43 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
Digb_ethtool.c1786 if (adapter->wol & E1000_WUFC_MC) in igb_get_wol()
1819 adapter->wol |= E1000_WUFC_MC; in igb_set_wol()
Digb_main.c4315 if (wufc & E1000_WUFC_MC) { in igb_suspend()
/drivers/net/e1000e/
Ddefines.h64 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
Dethtool.c1737 if (adapter->wol & E1000_WUFC_MC) in e1000_get_wol()
1767 adapter->wol |= E1000_WUFC_MC; in e1000_set_wol()
Dnetdev.c4419 if (wufc & E1000_WUFC_MC) { in e1000_suspend()
/drivers/net/e1000/
De1000_ethtool.c1797 if (adapter->wol & E1000_WUFC_MC) in e1000_get_wol()
1837 adapter->wol |= E1000_WUFC_MC; in e1000_set_wol()
De1000_hw.h2058 #define E1000_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
De1000_main.c4619 if (wufc & E1000_WUFC_MC) { in e1000_suspend()