Lines Matching refs:reset_backoff
672 if (priv->reset_backoff && in schedule_reset()
673 (now - priv->last_reset > priv->reset_backoff)) in schedule_reset()
674 priv->reset_backoff = 0; in schedule_reset()
680 priv->net_dev->name, priv->reset_backoff); in schedule_reset()
684 if (priv->reset_backoff) in schedule_reset()
686 priv->reset_backoff * HZ); in schedule_reset()
690 if (priv->reset_backoff < MAX_RESET_BACKOFF) in schedule_reset()
691 priv->reset_backoff++; in schedule_reset()
4027 priv->reset_backoff = 0; in ipw2100_switch_mode()
4080 DUMP_VAR(reset_backoff, "lld"); in internals_show()
5756 priv->reset_backoff = 0; in ipw2100_set_address()