Searched refs:t1_timer (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/nfc/st-nci/ |
| D | ndlc.c | 124 mod_timer(&ndlc->t1_timer, time_sent + in llt_ndlc_send_queue() 175 del_timer_sync(&ndlc->t1_timer); in llt_ndlc_rcv_queue() 186 mod_timer(&ndlc->t1_timer, time_sent + in llt_ndlc_rcv_queue() 192 mod_timer(&ndlc->t1_timer, time_sent + in llt_ndlc_rcv_queue() 214 if (ndlc->t1_active && timer_pending(&ndlc->t1_timer) == 0) { in llt_ndlc_sm_work() 227 del_timer_sync(&ndlc->t1_timer); in llt_ndlc_sm_work() 251 struct llt_ndlc *ndlc = from_timer(ndlc, t, t1_timer); in ndlc_t1_timeout() 285 timer_setup(&ndlc->t1_timer, ndlc_t1_timeout, 0); in ndlc_probe() 303 del_timer_sync(&ndlc->t1_timer); in ndlc_remove()
|
| D | ndlc.h | 33 struct timer_list t1_timer; member
|
| /Linux-v4.19/net/nfc/hci/ |
| D | llc_shdlc.c | 54 struct timer_list t1_timer; /* send ack timeout */ member 252 mod_timer(&shdlc->t1_timer, jiffies + in llc_shdlc_rcv_i_frame() 547 del_timer_sync(&shdlc->t1_timer); in llc_shdlc_handle_send_queue() 594 struct llc_shdlc *shdlc = from_timer(shdlc, t, t1_timer); in llc_shdlc_t1_timeout() 662 if (shdlc->t1_active && timer_pending(&shdlc->t1_timer) == 0) { in llc_shdlc_sm_work() 767 timer_setup(&shdlc->t1_timer, llc_shdlc_t1_timeout, 0); in llc_shdlc_init()
|