Lines Matching refs:txtimer
140 struct hrtimer rxtimer, txtimer; member
337 hrtimer_cancel(&so->txtimer); in isotp_rcv_fc()
384 hrtimer_start(&so->txtimer, so->tx_gap, in isotp_rcv_fc()
390 hrtimer_start(&so->txtimer, ktime_set(1, 0), in isotp_rcv_fc()
755 txtimer); in isotp_tx_timer_handler()
832 hrtimer_set_expires(&so->txtimer, in isotp_tx_timer_handler()
845 hrtimer_set_expires(&so->txtimer, in isotp_tx_timer_handler()
967 hrtimer_start(&so->txtimer, ktime_set(hrtimer_sec, 0), in isotp_sendmsg()
984 hrtimer_cancel(&so->txtimer); in isotp_sendmsg()
1098 hrtimer_cancel(&so->txtimer); in isotp_release()
1470 hrtimer_init(&so->txtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in isotp_init()
1471 so->txtimer.function = isotp_tx_timer_handler; in isotp_init()