Home
last modified time | relevance | path

Searched refs:FLAG2_DISABLE_K1 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c2300 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()
H A De1000.h465 #define FLAG2_DISABLE_K1 BIT(16) macro
H A Dich8lan.c305 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()
H A Dnetdev.c7674 adapter->flags2 |= FLAG2_DISABLE_K1; in e1000_probe()