Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/arcnet/
H A Darcnet.c1052 if (!lp->first_recon || !lp->last_recon || in arcnet_interrupt()
1053 time_after(jiffies, lp->last_recon + HZ * 10)) { in arcnet_interrupt()
1056 lp->first_recon = lp->last_recon = jiffies; in arcnet_interrupt()
1061 lp->last_recon = jiffies; in arcnet_interrupt()
1066 (lp->last_recon - lp->first_recon) / HZ, in arcnet_interrupt()
1076 (lp->last_recon - lp->first_recon) <= HZ * 60 && in arcnet_interrupt()
1081 lp->last_recon - lp->first_recon > HZ * 60) { in arcnet_interrupt()
1085 lp->first_recon = lp->last_recon; in arcnet_interrupt()
1090 time_after(jiffies, lp->last_recon + HZ * 10)) { in arcnet_interrupt()
1093 lp->first_recon = lp->last_recon = 0; in arcnet_interrupt()
H A Darcdevice.h295 unsigned long last_recon; /* time of most recent RECON */ member