Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/arcnet/
Darcnet.c1047 if (!lp->first_recon || !lp->last_recon || in arcnet_interrupt()
1051 lp->first_recon = lp->last_recon = jiffies; in arcnet_interrupt()
1061 (lp->last_recon - lp->first_recon) / HZ, in arcnet_interrupt()
1071 (lp->last_recon - lp->first_recon) <= HZ * 60 && in arcnet_interrupt()
1076 lp->last_recon - lp->first_recon > HZ * 60) { in arcnet_interrupt()
1080 lp->first_recon = lp->last_recon; in arcnet_interrupt()
1088 lp->first_recon = lp->last_recon = 0; in arcnet_interrupt()
Darcdevice.h294 unsigned long first_recon; /* time of "first" RECON message to count */ member