Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/arcnet/
Darcnet.c941 if (!lp->first_recon || !lp->last_recon || in arcnet_interrupt()
945 lp->first_recon = lp->last_recon = jiffies; in arcnet_interrupt()
955 (lp->last_recon - lp->first_recon) / HZ, in arcnet_interrupt()
965 (lp->last_recon - lp->first_recon) <= HZ * 60 && in arcnet_interrupt()
970 lp->last_recon - lp->first_recon > HZ * 60) { in arcnet_interrupt()
974 lp->first_recon = lp->last_recon; in arcnet_interrupt()
982 lp->first_recon = lp->last_recon = 0; in arcnet_interrupt()
Darcdevice.h295 unsigned long first_recon; /* time of "first" RECON message to count */ member