Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc.h261 #define IGC_FLAG_EEE BIT(14) macro
Digc_main.c4261 if ((adapter->flags & IGC_FLAG_EEE) && in igc_watchdog_task()
4266 adapter->flags &= ~IGC_FLAG_EEE; in igc_watchdog_task()
5227 adapter->flags &= ~IGC_FLAG_EEE; in igc_probe()
Digc_ethtool.c1627 adapter->flags |= IGC_FLAG_EEE; in igc_ethtool_set_eee()