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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Darcnet.c932 if (!lp->first_recon || !lp->last_recon ||
936 lp->first_recon = lp->last_recon = jiffies;
946 (lp->last_recon - lp->first_recon) / HZ,
950 * and first_recon and last_recon are 60+ apart;
956 && (lp->last_recon - lp->first_recon) <= HZ * 60
961 && lp->last_recon - lp->first_recon > HZ * 60) {
963 lp->first_recon = lp->last_recon;
970 lp->first_recon = lp->last_recon = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Darcdevice.h286 time_t first_recon, /* time of "first" RECON message to count */ member in struct:arcnet_local

Completed in 101 milliseconds