Home
last modified time | relevance | path

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

/net/nfc/hci/
A 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 timer_delete_sync(&shdlc->t1_timer); in llc_shdlc_handle_send_queue()
574 struct llc_shdlc *shdlc = timer_container_of(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()

Completed in 4 milliseconds