Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_ethtool.c1767 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1775 if (adapter->wol & E1000_WUFC_EX) in e1000_get_wol()
1815 adapter->wol |= E1000_WUFC_EX; in e1000_set_wol()
De1000_hw.h2059 #define E1000_WUFC_EX 0x00000004 /* Directed Exact Wakeup Enable */ macro