Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h22 #define IGC_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ macro
H A Digc_ethtool.c377 if (adapter->wol & IGC_WUFC_LNKC) in igc_ethtool_get_wol()
404 adapter->wol |= IGC_WUFC_LNKC; in igc_ethtool_set_wol()
H A Digc_main.c7229 u32 wufc = runtime ? IGC_WUFC_LNKC : adapter->wol; in __igc_shutdown()
7247 wufc &= ~IGC_WUFC_LNKC; in __igc_shutdown()