Home
last modified time | relevance | path

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

/linux-4.4.14/net/nfc/hci/
Dllc_shdlc.c58 bool t2_active; member
211 if (shdlc->t2_active) { in llc_shdlc_reset_t2()
213 shdlc->t2_active = false; in llc_shdlc_reset_t2()
223 shdlc->t2_active = true; in llc_shdlc_reset_t2()
304 if (shdlc->t2_active) { in llc_shdlc_rcv_rej()
306 shdlc->t2_active = false; in llc_shdlc_rcv_rej()
574 if (shdlc->t2_active == false) { in llc_shdlc_handle_send_queue()
575 shdlc->t2_active = true; in llc_shdlc_handle_send_queue()
673 if (shdlc->t2_active && timer_pending(&shdlc->t2_timer) == 0) { in llc_shdlc_sm_work()
677 shdlc->t2_active = false; in llc_shdlc_sm_work()
/linux-4.4.14/drivers/nfc/st-nci/
Dndlc.c128 ndlc->t2_active = true; in llt_ndlc_send_queue()
178 ndlc->t2_active = false; in llt_ndlc_rcv_queue()
224 if (ndlc->t2_active && timer_pending(&ndlc->t2_timer) == 0) { in llt_ndlc_sm_work()
226 ndlc->t2_active = false; in llt_ndlc_sm_work()
311 ndlc->t2_active = false; in ndlc_remove()
Dndlc.h37 bool t2_active; member