Home
last modified time | relevance | path

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

/linux/net/can/
H A Disotp.c159 struct hrtimer rxtimer, txtimer, txfrtimer; member
377 hrtimer_cancel(&so->txtimer); in isotp_rcv_fc()
425 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_fc()
432 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_fc()
877 hrtimer_cancel(&so->txtimer); in isotp_rcv_echo()
892 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_echo()
900 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_echo()
913 txtimer); in isotp_tx_timer_handler()
940 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_txfr_timer_handler()
1099 hrtimer_start(&so->txtimer, ktime_set(hrtimer_sec, 0), in isotp_sendmsg()
[all …]
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c126 struct timer_list txtimer; member
293 mod_timer(&priv->txtimer, in emac_tx_coal_timer_resched()
299 struct emac_priv *priv = timer_container_of(priv, t, txtimer); in emac_tx_coal_timer()
1433 timer_setup(&priv->txtimer, emac_tx_coal_timer, 0); in emac_sw_init()
1731 timer_delete_sync(&priv->txtimer); in emac_down()
2000 timer_delete_sync(&priv->txtimer); in emac_probe()
2010 timer_shutdown_sync(&priv->txtimer); in emac_remove()
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1014 struct sxgbe_tx_queue *p = timer_container_of(p, t, txtimer); in sxgbe_tx_timer()
1034 timer_setup(&p->txtimer, sxgbe_tx_timer, 0); in sxgbe_tx_init_coalesce()
1035 p->txtimer.expires = SXGBE_COAL_TIMER(p->tx_coal_timer); in sxgbe_tx_init_coalesce()
1036 add_timer(&p->txtimer); in sxgbe_tx_init_coalesce()
1046 timer_delete_sync(&p->txtimer); in sxgbe_tx_del_timer()
1388 mod_timer(&tqueue->txtimer, in sxgbe_xmit()
H A Dsxgbe_common.h383 struct timer_list txtimer; member
/linux/net/can/j1939/
H A Dj1939-priv.h289 struct hrtimer txtimer, rxtimer; member
H A Dtransport.c305 if (hrtimer_cancel(&session->txtimer)) in j1939_session_txtimer_cancel()
708 hrtimer_start(&session->txtimer, ms_to_ktime(msec), in j1939_tp_schedule_txtimer()
1169 container_of(hrtimer, struct j1939_session, txtimer); in j1939_tp_txtimer()
1530 hrtimer_setup(&session->txtimer, j1939_tp_txtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in j1939_session_new()
2233 if (hrtimer_try_to_cancel(&session->txtimer) == 1) in j1939_cancel_active_session()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h66 struct hrtimer txtimer; member
H A Dstmmac_main.c3345 hrtimer_start(&tx_q->txtimer, in stmmac_tx_timer_arm()
3349 hrtimer_try_to_cancel(&tx_q->txtimer); in stmmac_tx_timer_arm()
3360 struct stmmac_tx_queue *tx_q = container_of(t, struct stmmac_tx_queue, txtimer); in stmmac_tx_timer()
3400 hrtimer_setup(&tx_q->txtimer, stmmac_tx_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in stmmac_init_coalesce()
4178 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in __stmmac_open()
4247 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in __stmmac_release()
7107 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_xdp_release()
7189 hrtimer_setup(&tx_q->txtimer, stmmac_tx_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in stmmac_xdp_open()
7212 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_xdp_open()
8191 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_suspend()