Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/nfc/hci/
H A Dllc_shdlc.c41 bool srej_support; member
398 bool srej_support = SHDLC_SREJ_SUPPORT; in llc_shdlc_rcv_u_frame() local
416 srej_support = skb->data[1] & 0x01 ? true : in llc_shdlc_rcv_u_frame()
420 (SHDLC_SREJ_SUPPORT || (srej_support == false))) { in llc_shdlc_rcv_u_frame()
422 shdlc->srej_support = srej_support; in llc_shdlc_rcv_u_frame()
760 shdlc->srej_support = SHDLC_SREJ_SUPPORT; in llc_shdlc_init()