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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Datp.c174 long last_rx_time; /* Last Rx, in jiffies, to handle Rx hang. */ member in struct:net_local
711 int tickssofar = jiffies - lp->last_rx_time;
718 lp->last_rx_time = jiffies;
776 lp->last_rx_time = jiffies;

Completed in 40 milliseconds