Home
last modified time | relevance | path

Searched refs:last_rx_time (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/
Datp.c181 long last_rx_time; /* Last Rx, in jiffies, to handle Rx hang. */ member
727 int tickssofar = jiffies - lp->last_rx_time; in atp_timed_checker()
735 lp->last_rx_time = jiffies; in atp_timed_checker()
810 lp->last_rx_time = jiffies; in net_rx()
Darlan.h402 volatile long long last_rx_time; member
Deepro100.c478 long last_rx_time; /* Last Rx, in jiffies, to handle Rx hang. */ member
1209 (sp->rx_bug && jiffies - sp->last_rx_time > 2*HZ)) { in speedo_timer()
1217 dev->name, sp->rx_mode, jiffies, sp->last_rx_time); in speedo_timer()
1863 sp->last_rx_time = jiffies;
Darlan.c443 priv->last_rx_time = arlan_time(); in arlan_command()