Home
last modified time | relevance | path

Searched refs:IGC_WUFC_LNKC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_defines.h18 #define IGC_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ macro
H A Digc_ethtool.c357 if (adapter->wol & IGC_WUFC_LNKC) in igc_ethtool_get_wol()
384 adapter->wol |= IGC_WUFC_LNKC; in igc_ethtool_set_wol()
H A Digc_main.c5303 u32 wufc = runtime ? IGC_WUFC_LNKC : adapter->wol; in __igc_shutdown()
5321 wufc &= ~IGC_WUFC_LNKC; in __igc_shutdown()