Lines Matching refs:llt_ndlc
58 int ndlc_open(struct llt_ndlc *ndlc) in ndlc_open()
67 void ndlc_close(struct llt_ndlc *ndlc) in ndlc_close()
85 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb) in ndlc_send()
100 static void llt_ndlc_send_queue(struct llt_ndlc *ndlc) in llt_ndlc_send_queue()
134 static void llt_ndlc_requeue_data_pending(struct llt_ndlc *ndlc) in llt_ndlc_requeue_data_pending()
159 static void llt_ndlc_rcv_queue(struct llt_ndlc *ndlc) in llt_ndlc_rcv_queue()
210 struct llt_ndlc *ndlc = container_of(work, struct llt_ndlc, sm_work); in llt_ndlc_sm_work()
235 void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb) in ndlc_recv()
252 struct llt_ndlc *ndlc = (struct llt_ndlc *)data; in ndlc_t1_timeout()
261 struct llt_ndlc *ndlc = (struct llt_ndlc *)data; in ndlc_t2_timeout()
269 int phy_headroom, int phy_tailroom, struct llt_ndlc **ndlc_id, in ndlc_probe()
272 struct llt_ndlc *ndlc; in ndlc_probe()
274 ndlc = devm_kzalloc(dev, sizeof(struct llt_ndlc), GFP_KERNEL); in ndlc_probe()
304 void ndlc_remove(struct llt_ndlc *ndlc) in ndlc_remove()