Home
last modified time | relevance | path

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

/linux/net/can/
H A Disotp.c158 struct hrtimer rxtimer, txtimer, txfrtimer; member
895 hrtimer_start(&so->txfrtimer, so->tx_gap, HRTIMER_MODE_REL_SOFT); in isotp_rcv_echo()
925 txfrtimer); in isotp_txfr_timer_handler()
1119 hrtimer_cancel(&so->txfrtimer); in isotp_sendmsg()
1226 hrtimer_cancel(&so->txfrtimer); in isotp_release()
1641 hrtimer_setup(&so->txfrtimer, isotp_txfr_timer_handler, CLOCK_MONOTONIC, in isotp_init()