Searched refs:IGC_WUFC_LNKC (Results 1 – 3 of 3) sorted by relevance
18 #define IGC_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ macro
357 if (adapter->wol & IGC_WUFC_LNKC) in igc_ethtool_get_wol()384 adapter->wol |= IGC_WUFC_LNKC; in igc_ethtool_set_wol()
5303 u32 wufc = runtime ? IGC_WUFC_LNKC : adapter->wol; in __igc_shutdown()5321 wufc &= ~IGC_WUFC_LNKC; in __igc_shutdown()