Symbol: llc_shdlc
net/nfc/hci/llc_shdlc.c
126
static struct sk_buff *llc_shdlc_alloc_skb(const struct llc_shdlc *shdlc,
net/nfc/hci/llc_shdlc.c
140
static int llc_shdlc_send_s_frame(const struct llc_shdlc *shdlc,
net/nfc/hci/llc_shdlc.c
162
static int llc_shdlc_send_u_frame(const struct llc_shdlc *shdlc,
net/nfc/hci/llc_shdlc.c
183
static void llc_shdlc_reset_t2(struct llc_shdlc *shdlc, int y_nr)
net/nfc/hci/llc_shdlc.c
221
static void llc_shdlc_rcv_i_frame(struct llc_shdlc *shdlc,
net/nfc/hci/llc_shdlc.c
261
static void llc_shdlc_rcv_ack(struct llc_shdlc *shdlc, int y_nr)
net/nfc/hci/llc_shdlc.c
271
static void llc_shdlc_requeue_ack_pending(struct llc_shdlc *shdlc)
net/nfc/hci/llc_shdlc.c
284
static void llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr)
net/nfc/hci/llc_shdlc.c
309
static void llc_shdlc_rcv_s_frame(struct llc_shdlc *shdlc,
net/nfc/hci/llc_shdlc.c
341
static void llc_shdlc_connect_complete(struct llc_shdlc *shdlc, int r)
net/nfc/hci/llc_shdlc.c
362
static int llc_shdlc_connect_initiate(const struct llc_shdlc *shdlc)
net/nfc/hci/llc_shdlc.c
376
static int llc_shdlc_connect_send_ua(const struct llc_shdlc *shdlc)
net/nfc/hci/llc_shdlc.c
387
static void llc_shdlc_rcv_u_frame(struct llc_shdlc *shdlc,
net/nfc/hci/llc_shdlc.c
453
static void llc_shdlc_handle_rcv_queue(struct llc_shdlc *shdlc)
net/nfc/hci/llc_shdlc.c
512
static void llc_shdlc_handle_send_queue(struct llc_shdlc *shdlc)
net/nfc/hci/llc_shdlc.c
567
struct llc_shdlc *shdlc = timer_container_of(shdlc, t, connect_timer);
net/nfc/hci/llc_shdlc.c
574
struct llc_shdlc *shdlc = timer_container_of(shdlc, t, t1_timer);
net/nfc/hci/llc_shdlc.c
583
struct llc_shdlc *shdlc = timer_container_of(shdlc, t, t2_timer);
net/nfc/hci/llc_shdlc.c
592
struct llc_shdlc *shdlc = container_of(work, struct llc_shdlc, sm_work);
net/nfc/hci/llc_shdlc.c
672
static int llc_shdlc_connect(struct llc_shdlc *shdlc)
net/nfc/hci/llc_shdlc.c
692
static void llc_shdlc_disconnect(struct llc_shdlc *shdlc)
net/nfc/hci/llc_shdlc.c
708
static void llc_shdlc_recv_frame(struct llc_shdlc *shdlc, struct sk_buff *skb)
net/nfc/hci/llc_shdlc.c
726
struct llc_shdlc *shdlc;
net/nfc/hci/llc_shdlc.c
731
shdlc = kzalloc_obj(struct llc_shdlc);
net/nfc/hci/llc_shdlc.c
763
struct llc_shdlc *shdlc = nfc_llc_get_data(llc);
net/nfc/hci/llc_shdlc.c
782
struct llc_shdlc *shdlc = nfc_llc_get_data(llc);
net/nfc/hci/llc_shdlc.c
789
struct llc_shdlc *shdlc = nfc_llc_get_data(llc);
net/nfc/hci/llc_shdlc.c
798
struct llc_shdlc *shdlc = nfc_llc_get_data(llc);
net/nfc/hci/llc_shdlc.c
805
struct llc_shdlc *shdlc = nfc_llc_get_data(llc);