Searched refs:first_recon (Results 1 – 2 of 2) sorted by relevance
1049 if (!lp->first_recon || !lp->last_recon || in arcnet_interrupt()1053 lp->first_recon = lp->last_recon = jiffies; in arcnet_interrupt()1063 (lp->last_recon - lp->first_recon) / HZ, in arcnet_interrupt()1073 (lp->last_recon - lp->first_recon) <= HZ * 60 && in arcnet_interrupt()1078 lp->last_recon - lp->first_recon > HZ * 60) { in arcnet_interrupt()1082 lp->first_recon = lp->last_recon; in arcnet_interrupt()1090 lp->first_recon = lp->last_recon = 0; in arcnet_interrupt()
297 unsigned long first_recon; /* time of "first" RECON message to count */ member