Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h22 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro
30 #define E1000_WUS_EX E1000_WUFC_EX
H A Dethtool.c1912 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1916 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1942 adapter->wol |= E1000_WUFC_EX; in e1000_set_wol()
H A Dnetdev.c6666 if (wufc && !(wufc & (E1000_WUFC_EX | E1000_WUFC_MC | E1000_WUFC_BC))) in __e1000_shutdown()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_defines.h18 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro
H A Digb_ethtool.c2117 if (adapter->wol & E1000_WUFC_EX) in igb_get_wol()
2143 adapter->wol |= E1000_WUFC_EX; in igb_set_wol()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1656 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1664 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1702 adapter->wol |= E1000_WUFC_EX; in e1000_set_wol()
H A De1000_hw.h1996 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1592 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro