Lines Matching refs:reset_backoff
686 if (priv->reset_backoff && in schedule_reset()
687 (now - priv->last_reset > priv->reset_backoff)) in schedule_reset()
688 priv->reset_backoff = 0; in schedule_reset()
694 priv->net_dev->name, priv->reset_backoff); in schedule_reset()
698 if (priv->reset_backoff) in schedule_reset()
700 priv->reset_backoff * HZ); in schedule_reset()
704 if (priv->reset_backoff < MAX_RESET_BACKOFF) in schedule_reset()
705 priv->reset_backoff++; in schedule_reset()
4044 priv->reset_backoff = 0; in ipw2100_switch_mode()
4097 DUMP_VAR(reset_backoff, "lld"); in show_internals()
5772 priv->reset_backoff = 0; in ipw2100_set_address()