Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc.h256 #define IGC_FLAG_WOL_SUPPORTED BIT(8) macro
Digc_ethtool.c336 if (!(adapter->flags & IGC_FLAG_WOL_SUPPORTED)) in igc_ethtool_get_wol()
369 if (!(adapter->flags & IGC_FLAG_WOL_SUPPORTED)) in igc_ethtool_set_wol()
Digc_main.c5160 adapter->flags |= IGC_FLAG_WOL_SUPPORTED; in igc_probe()
5163 if (adapter->flags & IGC_FLAG_WOL_SUPPORTED) in igc_probe()
5167 adapter->flags & IGC_FLAG_WOL_SUPPORTED); in igc_probe()