Home
last modified time | relevance | path

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

/Linux-v5.10/net/nfc/hci/
Dllc_shdlc.c47 bool t2_active; member
200 if (shdlc->t2_active) { in llc_shdlc_reset_t2()
202 shdlc->t2_active = false; in llc_shdlc_reset_t2()
212 shdlc->t2_active = true; in llc_shdlc_reset_t2()
293 if (shdlc->t2_active) { in llc_shdlc_rcv_rej()
295 shdlc->t2_active = false; in llc_shdlc_rcv_rej()
563 if (shdlc->t2_active == false) { in llc_shdlc_handle_send_queue()
564 shdlc->t2_active = true; in llc_shdlc_handle_send_queue()
662 if (shdlc->t2_active && timer_pending(&shdlc->t2_timer) == 0) { in llc_shdlc_sm_work()
666 shdlc->t2_active = false; in llc_shdlc_sm_work()
/Linux-v5.10/drivers/nfc/st-nci/
Dndlc.c116 ndlc->t2_active = true; in llt_ndlc_send_queue()
166 ndlc->t2_active = false; in llt_ndlc_rcv_queue()
212 if (ndlc->t2_active && timer_pending(&ndlc->t2_timer) == 0) { in llt_ndlc_sm_work()
214 ndlc->t2_active = false; in llt_ndlc_sm_work()
294 ndlc->t2_active = false; in ndlc_remove()
Dndlc.h26 bool t2_active; member