Home
last modified time | relevance | path

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

/openbmc/linux/net/can/
H A Disotp.c157 struct hrtimer rxtimer, txtimer, txfrtimer; member
892 hrtimer_start(&so->txfrtimer, so->tx_gap, HRTIMER_MODE_REL_SOFT); in isotp_rcv_echo()
922 txfrtimer); in isotp_txfr_timer_handler()
1116 hrtimer_cancel(&so->txfrtimer); in isotp_sendmsg()
1223 hrtimer_cancel(&so->txfrtimer); in isotp_release()
1639 hrtimer_init(&so->txfrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in isotp_init()
1640 so->txfrtimer.function = isotp_txfr_timer_handler; in isotp_init()