Searched refs:hdlc (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdnhdlc.c28 #include <linux/isdn/hdlc.h>
53 void isdnhdlc_rcv_init(struct isdnhdlc_vars *hdlc, u32 features) argument
55 memset(hdlc, 0, sizeof(struct isdnhdlc_vars));
56 hdlc->state = HDLC_GET_DATA;
58 hdlc->do_adapt56 = 1;
60 hdlc->do_bitreverse = 1;
64 void isdnhdlc_out_init(struct isdnhdlc_vars *hdlc, u32 features) argument
66 memset(hdlc, 0, sizeof(struct isdnhdlc_vars));
68 hdlc->dchannel = 1;
69 hdlc
87 check_frame(struct isdnhdlc_vars *hdlc) argument
131 isdnhdlc_decode(struct isdnhdlc_vars *hdlc, const u8 *src, int slen, int *count, u8 *dst, int dsize) argument
354 isdnhdlc_encode(struct isdnhdlc_vars *hdlc, const u8 *src, u16 slen, int *count, u8 *dst, int dsize) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc.c26 #include <linux/hdlc.h>
58 struct hdlc_device *hdlc = dev_to_hdlc(dev); local
65 BUG_ON(!hdlc->proto->netif_rx);
66 return hdlc->proto->netif_rx(skb);
71 hdlc_device *hdlc = dev_to_hdlc(dev); local
73 if (hdlc->proto->xmit)
74 return hdlc->proto->xmit(skb, dev);
76 return hdlc->xmit(skb, dev); /* call hardware driver directly */
81 hdlc_device *hdlc = dev_to_hdlc(dev); local
82 if (hdlc
90 hdlc_device *hdlc = dev_to_hdlc(dev); local
101 hdlc_device *hdlc; local
150 hdlc_device *hdlc = dev_to_hdlc(dev); local
184 hdlc_device *hdlc = dev_to_hdlc(dev); local
246 hdlc_device *hdlc = dev_to_hdlc(dev); local
296 hdlc_device *hdlc = dev_to_hdlc(dev); local
[all...]
H A Dhdlc_fr.c38 #include <linux/hdlc.h>
171 static inline struct frad_state* state(hdlc_device *hdlc) argument
173 return(struct frad_state *)(hdlc->state);
177 static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci) argument
179 pvc_device *pvc = state(hdlc)->first_pvc;
195 hdlc_device *hdlc = dev_to_hdlc(dev); local
196 pvc_device *pvc, **pvc_p = &state(hdlc)->first_pvc;
247 static inline void delete_unused_pvcs(hdlc_device *hdlc) argument
249 pvc_device **pvc_p = &state(hdlc)->first_pvc;
351 hdlc_device *hdlc local
368 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); local
471 hdlc_device *hdlc = dev_to_hdlc(dev); local
571 hdlc_device *hdlc = dev_to_hdlc(dev); local
605 hdlc_device *hdlc = dev_to_hdlc(dev); local
659 hdlc_device *hdlc = dev_to_hdlc(dev); local
879 hdlc_device *hdlc = dev_to_hdlc(frad); local
1000 hdlc_device *hdlc = dev_to_hdlc(dev); local
1026 hdlc_device *hdlc = dev_to_hdlc(dev); local
1038 hdlc_device *hdlc = dev_to_hdlc(dev); local
1070 hdlc_device *hdlc = dev_to_hdlc(frad); local
1133 fr_del_pvc(hdlc_device *hdlc, unsigned int dlci, int type) argument
1162 hdlc_device *hdlc = dev_to_hdlc(frad); local
1199 hdlc_device *hdlc = dev_to_hdlc(dev); local
[all...]
H A Dhdlc_raw.c13 #include <linux/hdlc.h>
44 hdlc_device *hdlc = dev_to_hdlc(dev); local
56 if (copy_to_user(raw_s, hdlc->state, size))
76 result = hdlc->attach(dev, new_settings.encoding,
85 memcpy(hdlc->state, &new_settings, size);
H A Dhdlc_raw_eth.c15 #include <linux/hdlc.h>
59 hdlc_device *hdlc = dev_to_hdlc(dev); local
71 if (copy_to_user(raw_s, hdlc->state, size))
91 result = hdlc->attach(dev, new_settings.encoding,
100 memcpy(hdlc->state, &new_settings, size);
H A Dhdlc_cisco.c13 #include <linux/hdlc.h>
68 static inline struct cisco_state* state(hdlc_device *hdlc) argument
70 return (struct cisco_state *)hdlc->state;
158 hdlc_device *hdlc = dev_to_hdlc(dev); local
159 struct cisco_state *st = state(hdlc);
266 hdlc_device *hdlc = dev_to_hdlc(dev); local
267 struct cisco_state *st = state(hdlc);
291 hdlc_device *hdlc = dev_to_hdlc(dev); local
292 struct cisco_state *st = state(hdlc);
310 hdlc_device *hdlc local
341 hdlc_device *hdlc = dev_to_hdlc(dev); local
[all...]
H A Dhdlc_x25.c14 #include <linux/hdlc.h>
84 hdlc_device *hdlc = dev_to_hdlc(dev); local
85 hdlc->xmit(skb, dev); /* Ignore return value :-( */
194 hdlc_device *hdlc = dev_to_hdlc(dev); local
211 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT);
H A Dc101.c10 * For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
27 #include <linux/hdlc.h>
311 hdlc_device *hdlc; local
370 hdlc = dev_to_hdlc(dev);
378 hdlc->attach = sca_attach;
379 hdlc->xmit = sca_xmit;
384 printk(KERN_WARNING "c101: unable to register hdlc device\n");
H A DMakefile12 obj-$(CONFIG_HDLC) += hdlc.o
H A Dpci200syn.c10 * For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
30 #include <linux/hdlc.h>
388 hdlc_device *hdlc = dev_to_hdlc(dev); local
397 hdlc->attach = sca_attach;
398 hdlc->xmit = sca_xmit;
403 printk(KERN_ERR "pci200syn: unable to register hdlc "
H A Dn2.c10 * For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
32 #include <linux/hdlc.h>
454 hdlc_device *hdlc = dev_to_hdlc(dev); local
471 hdlc->attach = sca_attach;
472 hdlc->xmit = sca_xmit;
477 printk(KERN_WARNING "n2: unable to register hdlc "
H A Dpc300too.c10 * For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
33 #include <linux/hdlc.h>
448 hdlc_device *hdlc = dev_to_hdlc(dev); local
457 hdlc->attach = sca_attach;
458 hdlc->xmit = sca_xmit;
468 printk(KERN_ERR "pc300: unable to register hdlc "
H A Dwanxl.c27 #include <linux/hdlc.h>
767 hdlc_device *hdlc; local
778 hdlc = dev_to_hdlc(dev);
782 hdlc->attach = wanxl_attach;
783 hdlc->xmit = wanxl_xmit;
788 printk(KERN_ERR "wanXL %s: unable to register hdlc"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/isdn/
H A Dhdlc.h2 * hdlc.h -- General purpose ISDN HDLC decoder.
72 extern void isdnhdlc_rcv_init(struct isdnhdlc_vars *hdlc, u32 features);
74 extern int isdnhdlc_decode(struct isdnhdlc_vars *hdlc, const u8 *src,
77 extern void isdnhdlc_out_init(struct isdnhdlc_vars *hdlc, u32 features);
79 extern int isdnhdlc_encode(struct isdnhdlc_vars *hdlc, const u8 *src,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Davm_pci.c178 debugl1(bcs->cs, "hdlc %c wr%x ctrl %x",
179 'A' + bcs->channel, which, bcs->hw.hdlc.ctrl.ctrl);
181 WriteHDLCPCI(bcs->cs, bcs->channel, HDLC_STATUS, bcs->hw.hdlc.ctrl.ctrl);
185 bcs->hw.hdlc.ctrl.sr.mode);
188 bcs->hw.hdlc.ctrl.sr.xml);
191 bcs->hw.hdlc.ctrl.sr.cmd);
199 int hdlc = bcs->channel; local
202 debugl1(cs, "hdlc %c mode %d --> %d ichan %d --> %d",
203 'A' + hdlc, bcs->mode, mode, hdlc, b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/lmc/
H A Dlmc_proto.h4 #include <linux/hdlc.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhdlc.h23 #include <linux/hdlc/ioctl.h>
63 /* Exported from hdlc module */
115 hdlc_device *hdlc = dev_to_hdlc(dev); local
120 if (hdlc->proto->type_trans)
121 return hdlc->proto->type_trans(skb, dev);
H A Dif.h28 #include <linux/hdlc/ioctl.h>
82 /* For definitions see hdlc.h */
91 /* For definitions see hdlc.h */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Davmfritz.c137 struct hdlc_hw hdlc[2]; member in struct:fritzcard
269 __write_ctrl_pci(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) { argument
273 outl(hdlc->ctrl.ctrl, fc->addr + CHIP_WINDOW + HDLC_STATUS);
277 __write_ctrl_pciv2(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) { argument
278 outl(hdlc->ctrl.ctrl, fc->addr + (channel == 2 ? AVM_HDLC_STATUS_2 :
285 struct hdlc_hw *hdlc; local
287 hdlc = &fc->hdlc[(bch->nr - 1) & 1];
288 pr_debug("%s: hdlc %c wr%x ctrl %x\n", fc->name, '@' + bch->nr,
289 which, hdlc
347 struct hdlc_hw *hdlc; local
442 struct hdlc_hw *hdlc; local
509 struct hdlc_hw *hdlc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_core.c152 * Conference cannot join, if one member is not hdlc.
298 if (dsp->hdlc) {
352 if (dsp->hdlc) {
372 if (dsp->hdlc) {
387 if (dsp->hdlc) {
404 if (dsp->hdlc) {
454 if (dsp->hdlc) {
468 if (dsp->hdlc) {
501 if (dsp->hdlc) {
522 if (dsp->hdlc) {
[all...]
H A Ddsp.h185 int hdlc; /* if mode is hdlc */ member in struct:dsp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dlinux.c19 #include <linux/hdlc.h>
60 #define CHANNAME "hdlc"
146 get_hdlc_name (hdlc_device * hdlc) argument
148 struct c4_priv *priv = hdlc->priv;
290 hdlc_device *hdlc = dev_to_hdlc (ndev); local
291 const struct c4_priv *priv = hdlc->priv;
310 hdlc_device *hdlc = dev_to_hdlc (ndev); local
311 const struct c4_priv *priv = hdlc->priv;
402 hdlc_device *hdlc = dev_to_hdlc (ndev); local
404 priv = hdlc
422 hdlc_device *hdlc; local
[all...]
H A Dpmcc4_private.h28 #include <linux/hdlc.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dll_types.c74 __PF(HDLC,hdlc)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dll_types.c59 __PF(HDLC,hdlc)

Completed in 241 milliseconds

123