Searched defs:shdlc (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/nfc/hci/
H A Dllc_shdlc.c126 static struct sk_buff *llc_shdlc_alloc_skb(const struct llc_shdlc *shdlc, argument
140 static int llc_shdlc_send_s_frame(const struct llc_shdlc *shdlc, argument
162 llc_shdlc_send_u_frame(const struct llc_shdlc *shdlc, struct sk_buff *skb, enum uframe_modifier uframe_modifier) argument
183 llc_shdlc_reset_t2(struct llc_shdlc *shdlc, int y_nr) argument
221 llc_shdlc_rcv_i_frame(struct llc_shdlc *shdlc, struct sk_buff *skb, int ns, int nr) argument
261 llc_shdlc_rcv_ack(struct llc_shdlc *shdlc, int y_nr) argument
271 llc_shdlc_requeue_ack_pending(struct llc_shdlc *shdlc) argument
284 llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr) argument
309 llc_shdlc_rcv_s_frame(struct llc_shdlc *shdlc, enum sframe_type s_frame_type, int nr) argument
341 llc_shdlc_connect_complete(struct llc_shdlc *shdlc, int r) argument
362 llc_shdlc_connect_initiate(const struct llc_shdlc *shdlc) argument
376 llc_shdlc_connect_send_ua(const struct llc_shdlc *shdlc) argument
387 llc_shdlc_rcv_u_frame(struct llc_shdlc *shdlc, struct sk_buff *skb, enum uframe_modifier u_frame_modifier) argument
453 llc_shdlc_handle_rcv_queue(struct llc_shdlc *shdlc) argument
512 llc_shdlc_handle_send_queue(struct llc_shdlc *shdlc) argument
567 struct llc_shdlc *shdlc = from_timer(shdlc, t, connect_timer); local
574 struct llc_shdlc *shdlc = from_timer(shdlc, t, t1_timer); local
583 struct llc_shdlc *shdlc = from_timer(shdlc, t, t2_timer); local
592 struct llc_shdlc *shdlc = container_of(work, struct llc_shdlc, sm_work); local
672 llc_shdlc_connect(struct llc_shdlc *shdlc) argument
692 llc_shdlc_disconnect(struct llc_shdlc *shdlc) argument
708 llc_shdlc_recv_frame(struct llc_shdlc *shdlc, struct sk_buff *skb) argument
726 struct llc_shdlc *shdlc; local
763 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); local
774 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); local
781 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); local
790 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); local
797 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); local
[all...]

Completed in 97 milliseconds