Searched refs:ISOTP_FC_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/can/ |
H A D | isotp.c | 125 #define ISOTP_FC_TIMEOUT 1 /* 1 sec */ macro 272 hrtimer_start(&so->rxtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_send_fc() 423 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_fc() 628 hrtimer_start(&so->rxtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_cf() 877 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_echo() 1070 hrtimer_sec = ISOTP_FC_TIMEOUT; in isotp_sendmsg()
|