Searched refs:FLAG2_DISABLE_AIM (Results 1 – 2 of 2) sorted by relevance
434 #define FLAG2_DISABLE_AIM BIT(8) macro
2557 if (adapter->flags2 & FLAG2_DISABLE_AIM) { in e1000_set_itr()4102 if (!(adapter->flags2 & FLAG2_DISABLE_AIM)) { in e1000e_reset()4105 adapter->flags2 |= FLAG2_DISABLE_AIM; in e1000e_reset()4108 } else if (adapter->flags2 & FLAG2_DISABLE_AIM) { in e1000e_reset()4111 adapter->flags2 &= ~FLAG2_DISABLE_AIM; in e1000e_reset()
Completed in 16 milliseconds