Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dtlan.h229 #define TLAN_TIMER_ACT_DELAY (HZ/10) macro
H A Dtlan.c1407 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY; in tlan_handle_tx_eof()
1558 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY; in tlan_handle_rx_eof()
1808 * changing the TLAN_TIMER_ACT_DELAY in tlan.h,
1846 if (elapsed >= TLAN_TIMER_ACT_DELAY) { in tlan_timer()
1851 + TLAN_TIMER_ACT_DELAY; in tlan_timer()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dtlan.h229 #define TLAN_TIMER_ACT_DELAY (HZ/10) macro
H A Dtlan.c1409 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY; in tlan_handle_tx_eof()
1560 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY; in tlan_handle_rx_eof()
1810 * changing the TLAN_TIMER_ACT_DELAY in tlan.h,
1848 if (elapsed >= TLAN_TIMER_ACT_DELAY) { in tlan_timer()
1853 + TLAN_TIMER_ACT_DELAY; in tlan_timer()

Completed in 10 milliseconds