Lines Matching defs:shdlc
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()
354 static void llc_shdlc_connect_complete(struct llc_shdlc *shdlc, int r) in llc_shdlc_connect_complete()
375 static int llc_shdlc_connect_initiate(struct llc_shdlc *shdlc) in llc_shdlc_connect_initiate()
391 static int llc_shdlc_connect_send_ua(struct llc_shdlc *shdlc) in llc_shdlc_connect_send_ua()
404 static void llc_shdlc_rcv_u_frame(struct llc_shdlc *shdlc, in llc_shdlc_rcv_u_frame()
470 static void llc_shdlc_handle_rcv_queue(struct llc_shdlc *shdlc) in llc_shdlc_handle_rcv_queue()
529 static void llc_shdlc_handle_send_queue(struct llc_shdlc *shdlc) in llc_shdlc_handle_send_queue()
585 struct llc_shdlc *shdlc = (struct llc_shdlc *)data; in llc_shdlc_connect_timeout() local
594 struct llc_shdlc *shdlc = (struct llc_shdlc *)data; in llc_shdlc_t1_timeout() local
603 struct llc_shdlc *shdlc = (struct llc_shdlc *)data; in llc_shdlc_t2_timeout() local
612 struct llc_shdlc *shdlc = container_of(work, struct llc_shdlc, sm_work); in llc_shdlc_sm_work() local
696 static int llc_shdlc_connect(struct llc_shdlc *shdlc) in llc_shdlc_connect()
718 static void llc_shdlc_disconnect(struct llc_shdlc *shdlc) in llc_shdlc_disconnect()
736 static void llc_shdlc_recv_frame(struct llc_shdlc *shdlc, struct sk_buff *skb) in llc_shdlc_recv_frame()
754 struct llc_shdlc *shdlc; in llc_shdlc_init() local
799 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_deinit() local
810 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_start() local
817 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_stop() local
826 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_rcv_from_drv() local
833 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_xmit_from_hci() local