Home
last modified time | relevance | path

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

/openbmc/linux/net/can/
H A Disotp.c157 struct hrtimer rxtimer, txtimer, txfrtimer; member
369 hrtimer_cancel(&so->txtimer); in isotp_rcv_fc()
416 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_fc()
423 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_fc()
862 hrtimer_cancel(&so->txtimer); in isotp_rcv_echo()
877 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_echo()
885 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_echo()
898 txtimer); in isotp_tx_timer_handler()
925 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_txfr_timer_handler()
1077 hrtimer_start(&so->txtimer, ktime_set(hrtimer_sec, 0), in isotp_sendmsg()
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h49 uint32_t txtimer; member
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1016 struct sxgbe_tx_queue *p = from_timer(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 del_timer_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
/openbmc/linux/net/can/j1939/
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()
1514 hrtimer_init(&session->txtimer, CLOCK_MONOTONIC, in j1939_session_new()
1516 session->txtimer.function = j1939_tp_txtimer; in j1939_session_new()
2206 if (hrtimer_try_to_cancel(&session->txtimer) == 1) in j1939_cancel_active_session()
H A Dj1939-priv.h288 struct hrtimer txtimer, rxtimer; member
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h63 struct hrtimer txtimer; member
H A Dstmmac_main.c2995 hrtimer_start(&tx_q->txtimer, in stmmac_tx_timer_arm()
3008 struct stmmac_tx_queue *tx_q = container_of(t, struct stmmac_tx_queue, txtimer); in stmmac_tx_timer()
3048 hrtimer_init(&tx_q->txtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in stmmac_init_coalesce()
3049 tx_q->txtimer.function = stmmac_tx_timer; in stmmac_init_coalesce()
3883 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in __stmmac_open()
3943 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_release()
6757 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_xdp_release()
6854 hrtimer_init(&tx_q->txtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in stmmac_xdp_open()
6855 tx_q->txtimer.function = stmmac_tx_timer; in stmmac_xdp_open()
6878 hrtimer_cancel(&priv->dma_conf.tx_queue[chan].txtimer); in stmmac_xdp_open()
[all …]
/openbmc/qemu/hw/net/
H A Dvirtio-net.c3730 n->tx_timeout = n->net_conf.txtimer; in virtio_net_device_realize()
4040 DEFINE_PROP_UINT32("x-txtimer", VirtIONet, net_conf.txtimer,