Home
last modified time | relevance | path

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

/linux-4.4.14/net/nfc/hci/
Dllc_shdlc.c37 struct llc_shdlc { struct
137 static struct sk_buff *llc_shdlc_alloc_skb(struct llc_shdlc *shdlc, in llc_shdlc_alloc_skb()
151 static int llc_shdlc_send_s_frame(struct llc_shdlc *shdlc, in llc_shdlc_send_s_frame()
173 static int llc_shdlc_send_u_frame(struct llc_shdlc *shdlc, in llc_shdlc_send_u_frame()
194 static void llc_shdlc_reset_t2(struct llc_shdlc *shdlc, int y_nr) in llc_shdlc_reset_t2()
234 static void llc_shdlc_rcv_i_frame(struct llc_shdlc *shdlc, in llc_shdlc_rcv_i_frame()
274 static void llc_shdlc_rcv_ack(struct llc_shdlc *shdlc, int y_nr) in llc_shdlc_rcv_ack()
284 static void llc_shdlc_requeue_ack_pending(struct llc_shdlc *shdlc) in llc_shdlc_requeue_ack_pending()
297 static void llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr) in llc_shdlc_rcv_rej()
322 static void llc_shdlc_rcv_s_frame(struct llc_shdlc *shdlc, in llc_shdlc_rcv_s_frame()
[all …]
DMakefile8 hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt190 Only when llc_shdlc is used: handles shdlc rx & tx queues.