Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/hci/
H A Dllc_shdlc.c71 #define SHDLC_SREJ_SUPPORT false macro
371 skb_put_u8(skb, SHDLC_SREJ_SUPPORT ? 1 : 0); in llc_shdlc_connect_initiate()
392 bool srej_support = SHDLC_SREJ_SUPPORT; in llc_shdlc_rcv_u_frame()
414 (SHDLC_SREJ_SUPPORT || (srej_support == false))) { in llc_shdlc_rcv_u_frame()
743 shdlc->srej_support = SHDLC_SREJ_SUPPORT; in llc_shdlc_init()