Searched refs:txtimer (Results 1 – 3 of 3) sorted by relevance
/net/can/ |
D | isotp.c | 144 struct hrtimer rxtimer, txtimer, txfrtimer; member 356 hrtimer_cancel(&so->txtimer); in isotp_rcv_fc() 403 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_fc() 410 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_fc() 839 hrtimer_cancel(&so->txtimer); in isotp_rcv_echo() 854 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_echo() 862 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_echo() 875 txtimer); in isotp_tx_timer_handler() 902 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_txfr_timer_handler() 1044 hrtimer_start(&so->txtimer, ktime_set(hrtimer_sec, 0), in isotp_sendmsg() [all …]
|
/net/can/j1939/ |
D | transport.c | 300 if (hrtimer_cancel(&session->txtimer)) in j1939_session_txtimer_cancel() 698 hrtimer_start(&session->txtimer, ms_to_ktime(msec), in j1939_tp_schedule_txtimer() 1144 container_of(hrtimer, struct j1939_session, txtimer); in j1939_tp_txtimer() 1497 hrtimer_init(&session->txtimer, CLOCK_MONOTONIC, in j1939_session_new() 1499 session->txtimer.function = j1939_tp_txtimer; in j1939_session_new() 2165 if (hrtimer_try_to_cancel(&session->txtimer) == 1) in j1939_cancel_active_session()
|
D | j1939-priv.h | 284 struct hrtimer txtimer, rxtimer; member
|