Home
last modified time | relevance | path

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

/linux/net/can/
H A Disotp.c158 struct hrtimer rxtimer, txtimer, txfrtimer; member
371 hrtimer_cancel(&so->txtimer); in isotp_rcv_fc()
419 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_fc()
426 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_fc()
865 hrtimer_cancel(&so->txtimer); in isotp_rcv_echo()
880 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_echo()
888 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_echo()
901 txtimer); in isotp_tx_timer_handler()
928 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_txfr_timer_handler()
1080 hrtimer_start(&so->txtimer, ktime_se in isotp_sendmsg()
[all...]
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1016 struct sxgbe_tx_queue *p = timer_container_of(p, t, txtimer); in sxgbe_tx_timer()
1036 timer_setup(&p->txtimer, sxgbe_tx_timer, 0); in sxgbe_tx_init_coalesce()
1037 p->txtimer.expires = SXGBE_COAL_TIMER(p->tx_coal_timer); in sxgbe_tx_init_coalesce()
1038 add_timer(&p->txtimer); in sxgbe_tx_init_coalesce()
1048 timer_delete_sync(&p->txtimer); in sxgbe_tx_del_timer()
1390 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.h245 * is protected (modified only) with the txtimer hrtimer
288 struct hrtimer txtimer, rxtimer; member
H A Dtransport.c304 if (hrtimer_cancel(&session->txtimer)) in j1939_session_txtimer_cancel()
703 hrtimer_start(&session->txtimer, ms_to_ktime(msec), in j1939_tp_schedule_txtimer()
1153 container_of(hrtimer, struct j1939_session, txtimer); in j1939_tp_txtimer()
1451 /* TODO: do not set tx here, do it in txtimer */ in j1939_xtp_rx_cts_one()
1514 hrtimer_setup(&session->txtimer, j1939_tp_txtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in j1939_session_new()
2202 if (hrtimer_try_to_cancel(&session->txtimer) == 1) in j1939_cancel_active_session()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h65 struct hrtimer txtimer; member
H A Dstmmac_main.c3199 hrtimer_start(&tx_q->txtimer, in stmmac_tx_timer_arm()
3203 hrtimer_try_to_cancel(&tx_q->txtimer); in stmmac_tx_timer_arm()
3214 struct stmmac_tx_queue *tx_q = container_of(t, struct stmmac_tx_queue, txtimer); in stmmac_tx_timer()
3254 hrtimer_setup(&tx_q->txtimer, stmmac_tx_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in stmmac_init_coalesce()
4103 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in __stmmac_open()
4151 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_release()
6936 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_xdp_release()
7033 hrtimer_setup(&tx_q->txtimer, stmmac_tx_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in stmmac_xdp_open()
7056 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_xdp_open()
7847 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_suspend()
[all...]