Searched refs:E1000_WUFC_LNKC (Results 1 – 8 of 8) sorted by relevance
20 #define E1000_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ macro28 #define E1000_WUS_LNKC E1000_WUFC_LNKC
1913 if (adapter->wol & E1000_WUFC_LNKC) in e1000_get_wol()1939 adapter->wol |= E1000_WUFC_LNKC; in e1000_set_wol()
6266 if (wufc & (E1000_WUFC_MAG | E1000_WUFC_LNKC)) in e1000_init_phy_wakeup()6634 wufc = E1000_WUFC_LNKC; in __e1000_shutdown()6642 wufc &= ~E1000_WUFC_LNKC; in __e1000_shutdown()
1242 if (er32(WUFC) & E1000_WUFC_LNKC) in e1000_enable_ulp_lpt_lp()
16 #define E1000_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ macro
2128 if (adapter->wol & E1000_WUFC_LNKC) in igb_get_wol()2154 adapter->wol |= E1000_WUFC_LNKC; in igb_set_wol()
9447 u32 wufc = runtime ? E1000_WUFC_LNKC : adapter->wol; in __igb_shutdown()9463 wufc &= ~E1000_WUFC_LNKC; in __igb_shutdown()
1991 #define E1000_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ macro