Lines Matching refs:reset_backoff
674 if (priv->reset_backoff && in schedule_reset()
675 (now - priv->last_reset > priv->reset_backoff)) in schedule_reset()
676 priv->reset_backoff = 0; in schedule_reset()
682 priv->net_dev->name, priv->reset_backoff); in schedule_reset()
686 if (priv->reset_backoff) in schedule_reset()
688 priv->reset_backoff * HZ); in schedule_reset()
692 if (priv->reset_backoff < MAX_RESET_BACKOFF) in schedule_reset()
693 priv->reset_backoff++; in schedule_reset()
4029 priv->reset_backoff = 0; in ipw2100_switch_mode()
4082 DUMP_VAR(reset_backoff, "lld"); in internals_show()
5758 priv->reset_backoff = 0; in ipw2100_set_address()