Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_defines.h18 #define IGC_WUFC_LNKC 0x00000001 /* Link Status Change Wakeup Enable */ macro
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()
Digc_main.c5303 u32 wufc = runtime ? IGC_WUFC_LNKC : adapter->wol; in __igc_shutdown()
5321 wufc &= ~IGC_WUFC_LNKC; in __igc_shutdown()