Home
last modified time | relevance | path

Searched refs:BE_DISABLE_TPE_RECOVERY (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1405 bool tpe_old = !!(adapter->priv_flags & BE_DISABLE_TPE_RECOVERY); in be_set_priv_flags()
1406 bool tpe_new = !!(flags & BE_DISABLE_TPE_RECOVERY); in be_set_priv_flags()
1410 adapter->priv_flags |= BE_DISABLE_TPE_RECOVERY; in be_set_priv_flags()
1414 adapter->priv_flags &= ~BE_DISABLE_TPE_RECOVERY; in be_set_priv_flags()
Dbe.h542 #define BE_DISABLE_TPE_RECOVERY 0x1 macro
Dbe_main.c5389 adapter->priv_flags & BE_DISABLE_TPE_RECOVERY) in be_err_recover()