Searched refs:TLAN_TIMER_ACT_DELAY (Results 1 – 2 of 2) sorted by relevance
232 #define TLAN_TIMER_ACT_DELAY (HZ/10) macro
1395 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY; in tlan_handle_tx_eof()1547 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY; in tlan_handle_rx_eof()1841 if (elapsed >= TLAN_TIMER_ACT_DELAY) { in tlan_timer()1847 + TLAN_TIMER_ACT_DELAY; in tlan_timer()