Searched refs:FLAG2_DISABLE_AIM (Results 1 – 2 of 2) sorted by relevance
442 #define FLAG2_DISABLE_AIM (1 << 8) macro
2575 if (adapter->flags2 & FLAG2_DISABLE_AIM) { in e1000_set_itr()3931 if (!(adapter->flags2 & FLAG2_DISABLE_AIM)) { in e1000e_reset()3934 adapter->flags2 |= FLAG2_DISABLE_AIM; in e1000e_reset()3937 } else if (adapter->flags2 & FLAG2_DISABLE_AIM) { in e1000e_reset()3940 adapter->flags2 &= ~FLAG2_DISABLE_AIM; in e1000e_reset()