Home
last modified time | relevance | path

Searched refs:E1000_WUFC_EX (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Ddefines.h40 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro
48 #define E1000_WUS_EX E1000_WUFC_EX
Dethtool.c1882 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1886 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1912 adapter->wol |= E1000_WUFC_EX; in e1000_set_wol()
Dnetdev.c6172 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.h38 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro
Digb_ethtool.c2087 if (adapter->wol & E1000_WUFC_EX) in igb_get_wol()
2113 adapter->wol |= E1000_WUFC_EX; in igb_set_wol()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c1682 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1690 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1728 adapter->wol |= E1000_WUFC_EX; in e1000_set_wol()
De1000_hw.h2021 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro