Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nfc/st-nci/
Dndlc.c113 mod_timer(&ndlc->t1_timer, time_sent + in llt_ndlc_send_queue()
164 del_timer_sync(&ndlc->t1_timer); in llt_ndlc_rcv_queue()
175 mod_timer(&ndlc->t1_timer, time_sent + in llt_ndlc_rcv_queue()
181 mod_timer(&ndlc->t1_timer, time_sent + in llt_ndlc_rcv_queue()
203 if (ndlc->t1_active && timer_pending(&ndlc->t1_timer) == 0) { in llt_ndlc_sm_work()
216 del_timer_sync(&ndlc->t1_timer); in llt_ndlc_sm_work()
240 struct llt_ndlc *ndlc = from_timer(ndlc, t, t1_timer); in ndlc_t1_timeout()
270 timer_setup(&ndlc->t1_timer, ndlc_t1_timeout, 0); in ndlc_probe()
286 del_timer_sync(&ndlc->t1_timer); in ndlc_remove()
Dndlc.h22 struct timer_list t1_timer; member
/linux-6.12.1/net/nfc/hci/
Dllc_shdlc.c43 struct timer_list t1_timer; /* send ack timeout */ member
239 mod_timer(&shdlc->t1_timer, jiffies + in llc_shdlc_rcv_i_frame()
529 del_timer_sync(&shdlc->t1_timer); in llc_shdlc_handle_send_queue()
574 struct llc_shdlc *shdlc = from_timer(shdlc, t, t1_timer); in llc_shdlc_t1_timeout()
640 if (shdlc->t1_active && timer_pending(&shdlc->t1_timer) == 0) { in llc_shdlc_sm_work()
739 timer_setup(&shdlc->t1_timer, llc_shdlc_t1_timeout, 0); in llc_shdlc_init()