Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc_defines.h21 #define IGC_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
Digc_ethtool.c351 if (adapter->wol & IGC_WUFC_MC) in igc_ethtool_get_wol()
378 adapter->wol |= IGC_WUFC_MC; in igc_ethtool_set_wol()
Digc_main.c5297 if (wufc & IGC_WUFC_MC) { in __igc_shutdown()