Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h23 #define IGC_WUFC_MC 0x00000008 /* Directed Multicast Wakeup Enable */ macro
H A Digc_ethtool.c371 if (adapter->wol & IGC_WUFC_MC) in igc_ethtool_get_wol()
398 adapter->wol |= IGC_WUFC_MC; in igc_ethtool_set_wol()
H A Digc_main.c7043 if (wufc & IGC_WUFC_MC) { in __igc_shutdown()