Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Darlan.c664 if (priv->tx_last_sent > priv->tx_last_cleared && in arlan_registration_timer()
667 priv->tx_last_cleared = jiffies; in arlan_registration_timer()
1337 priv->tx_last_cleared = jiffies; in arlan_open()
1469 priv->tx_last_cleared = jiffies; in arlan_tx_done_interrupt()
Darlan.h383 volatile long long tx_last_cleared; member