Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h464 #define FLAG2_ENABLE_S0IX_FLOWS BIT(15) macro
H A Dethtool.c2297 if (adapter->flags2 & FLAG2_ENABLE_S0IX_FLOWS) in e1000e_get_priv_flags()
2313 flags2 &= ~(FLAG2_ENABLE_S0IX_FLOWS | FLAG2_DISABLE_K1); in e1000e_set_priv_flags()
2321 flags2 |= FLAG2_ENABLE_S0IX_FLOWS; in e1000e_set_priv_flags()
H A Dnetdev.c6986 if (adapter->flags2 & FLAG2_ENABLE_S0IX_FLOWS) in e1000e_pm_suspend()
7001 if (adapter->flags2 & FLAG2_ENABLE_S0IX_FLOWS) in e1000e_pm_resume()
7687 adapter->flags2 |= FLAG2_ENABLE_S0IX_FLOWS; in e1000_probe()