Home
last modified time | relevance | path

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

/Linux-v5.4/net/can/j1939/
Dtransport.c294 if (hrtimer_cancel(&session->txtimer)) in j1939_session_txtimer_cancel()
671 hrtimer_start(&session->txtimer, ms_to_ktime(msec), in j1939_tp_schedule_txtimer()
1087 container_of(hrtimer, struct j1939_session, txtimer); in j1939_tp_txtimer()
1437 hrtimer_init(&session->txtimer, CLOCK_MONOTONIC, in j1939_session_new()
1439 session->txtimer.function = j1939_tp_txtimer; in j1939_session_new()
2045 if (hrtimer_try_to_cancel(&session->txtimer) == 1) in j1939_cancel_active_session()
Dj1939-priv.h284 struct hrtimer txtimer, rxtimer; member
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h45 struct timer_list txtimer; member
Dstmmac_main.c1979 mod_timer(&tx_q->txtimer, STMMAC_COAL_TIMER(10)); in stmmac_tx_clean()
2259 mod_timer(&tx_q->txtimer, STMMAC_COAL_TIMER(priv->tx_coal_timer)); in stmmac_tx_timer_arm()
2270 struct stmmac_tx_queue *tx_q = from_timer(tx_q, t, txtimer); in stmmac_tx_timer()
2283 mod_timer(&tx_q->txtimer, STMMAC_COAL_TIMER(10)); in stmmac_tx_timer()
2306 timer_setup(&tx_q->txtimer, stmmac_tx_timer, 0); in stmmac_init_coalesce()
2753 del_timer_sync(&priv->tx_queue[chan].txtimer); in stmmac_open()
2786 del_timer_sync(&priv->tx_queue[chan].txtimer); in stmmac_release()
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c1007 struct sxgbe_tx_queue *p = from_timer(p, t, txtimer); in sxgbe_tx_timer()
1027 timer_setup(&p->txtimer, sxgbe_tx_timer, 0); in sxgbe_tx_init_coalesce()
1028 p->txtimer.expires = SXGBE_COAL_TIMER(p->tx_coal_timer); in sxgbe_tx_init_coalesce()
1029 add_timer(&p->txtimer); in sxgbe_tx_init_coalesce()
1039 del_timer_sync(&p->txtimer); in sxgbe_tx_del_timer()
1381 mod_timer(&tqueue->txtimer, in sxgbe_xmit()
Dsxgbe_common.h383 struct timer_list txtimer; member