Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Darlan.c623 int lostTime = ((int) (jiffies - priv->registrationLastSeen)) * 1000 / HZ; in arlan_registration_timer() local
635 if (lostTime > 7000 && lostTime < 7200) in arlan_registration_timer()
639 if (lostTime / priv->reRegisterExp > 2000) in arlan_registration_timer()
641 if (lostTime / (priv->reRegisterExp) > 3500) in arlan_registration_timer()
645 if (lostTime > 7200) in arlan_registration_timer()
653 if (priv->Conf->registrationMode && lostTime > 10000 && in arlan_registration_timer()