Searched refs:FLAG2_DISABLE_K1 (Results 1 – 4 of 4) sorted by relevance
2300 if (adapter->flags2 & FLAG2_DISABLE_K1) in e1000e_get_priv_flags()2313 flags2 &= ~(FLAG2_ENABLE_S0IX_FLOWS | FLAG2_DISABLE_K1); in e1000e_set_priv_flags()2330 flags2 |= FLAG2_DISABLE_K1; in e1000e_set_priv_flags()2337 if (changed & FLAG2_DISABLE_K1) { in e1000e_set_priv_flags()
465 #define FLAG2_DISABLE_K1 BIT(16) macro
305 if (hw->adapter->flags2 & FLAG2_DISABLE_K1) in e1000_reconfigure_k1_params()318 if (hw->adapter->flags2 & FLAG2_DISABLE_K1) in e1000_reconfigure_k1_params()
7674 adapter->flags2 |= FLAG2_DISABLE_K1; in e1000_probe()