Home
last modified time | relevance | path

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

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