Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c128 struct timer_list txtimer; member
295 mod_timer(&priv->txtimer, in emac_tx_coal_timer_resched()
301 struct emac_priv *priv = timer_container_of(priv, t, txtimer); in emac_tx_coal_timer()
1436 timer_setup(&priv->txtimer, emac_tx_coal_timer, 0); in emac_sw_init()
1734 timer_delete_sync(&priv->txtimer); in emac_down()
2003 timer_delete_sync(&priv->txtimer); in emac_probe()
2013 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.c3327 hrtimer_start(&tx_q->txtimer, in stmmac_tx_timer_arm()
3331 hrtimer_try_to_cancel(&tx_q->txtimer); in stmmac_tx_timer_arm()
3342 struct stmmac_tx_queue *tx_q = container_of(t, struct stmmac_tx_queue, txtimer); in stmmac_tx_timer()
3382 hrtimer_setup(&tx_q->txtimer, stmmac_tx_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in stmmac_init_coalesce()
4127 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in __stmmac_open()
4196 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in __stmmac_release()
7064 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_xdp_release()
7161 hrtimer_setup(&tx_q->txtimer, stmmac_tx_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in stmmac_xdp_open()
7184 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_xdp_open()
8156 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_suspend()