Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/ti/
Dtlan.c177 static void tlan_timer(struct timer_list *t);
260 priv->timer.function = tlan_timer; in tlan_set_timer()
1406 priv->timer.function = tlan_timer; in tlan_handle_tx_eof()
1557 priv->timer.function = tlan_timer; in tlan_handle_rx_eof()
1814 static void tlan_timer(struct timer_list *t) in tlan_timer() function