Lines Matching refs:hdlc_device
122 static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc()
138 static inline pvc_device* add_pvc(hdlc_device *hdlc, u16 dlci) in add_pvc()
169 static inline void delete_unused_pvcs(hdlc_device *hdlc) in delete_unused_pvcs()
425 static void fr_lmi_send(hdlc_device *hdlc, int fullrep) in fr_lmi_send()
509 hdlc_device *hdlc = (hdlc_device*)arg; in fr_timer()
572 static int fr_lmi_recv(hdlc_device *hdlc, struct sk_buff *skb) in fr_lmi_recv()
747 hdlc_device *hdlc = dev_to_hdlc(skb->dev); in fr_rx()
870 static int fr_open(hdlc_device *hdlc) in fr_open()
896 static void fr_close(hdlc_device *hdlc) in fr_close()
916 static int fr_add_pvc(hdlc_device *hdlc, unsigned int dlci, int type) in fr_add_pvc()
993 static int fr_del_pvc(hdlc_device *hdlc, unsigned int dlci, int type) in fr_del_pvc()
1021 static void fr_destroy(hdlc_device *hdlc) in fr_destroy()
1045 int hdlc_fr_ioctl(hdlc_device *hdlc, struct ifreq *ifr) in hdlc_fr_ioctl()