Searched refs:FLAG2_DISABLE_AIM (Results 1 – 2 of 2) sorted by relevance
448 #define FLAG2_DISABLE_AIM (1 << 8) macro
2563 if (adapter->flags2 & FLAG2_DISABLE_AIM) { in e1000_set_itr()4041 if (!(adapter->flags2 & FLAG2_DISABLE_AIM)) { in e1000e_reset()4044 adapter->flags2 |= FLAG2_DISABLE_AIM; in e1000e_reset()4047 } else if (adapter->flags2 & FLAG2_DISABLE_AIM) { in e1000e_reset()4050 adapter->flags2 &= ~FLAG2_DISABLE_AIM; in e1000e_reset()