Searched refs:BE_DISABLE_TPE_RECOVERY (Results 1 – 3 of 3) sorted by relevance
1393 bool tpe_old = !!(adapter->priv_flags & BE_DISABLE_TPE_RECOVERY); in be_set_priv_flags()1394 bool tpe_new = !!(flags & BE_DISABLE_TPE_RECOVERY); in be_set_priv_flags()1398 adapter->priv_flags |= BE_DISABLE_TPE_RECOVERY; in be_set_priv_flags()1402 adapter->priv_flags &= ~BE_DISABLE_TPE_RECOVERY; in be_set_priv_flags()
544 #define BE_DISABLE_TPE_RECOVERY 0x1 macro
5519 adapter->priv_flags & BE_DISABLE_TPE_RECOVERY) in be_err_recover()