Searched refs:hdlc_device (Results 1 – 16 of 16) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | hdlc.h | 159 }hdlc_device; typedef 163 int hdlc_raw_ioctl(hdlc_device *hdlc, struct ifreq *ifr); 164 int hdlc_raw_eth_ioctl(hdlc_device *hdlc, struct ifreq *ifr); 165 int hdlc_cisco_ioctl(hdlc_device *hdlc, struct ifreq *ifr); 166 int hdlc_ppp_ioctl(hdlc_device *hdlc, struct ifreq *ifr); 167 int hdlc_fr_ioctl(hdlc_device *hdlc, struct ifreq *ifr); 168 int hdlc_x25_ioctl(hdlc_device *hdlc, struct ifreq *ifr); 177 int register_hdlc_device(hdlc_device *hdlc); 178 void unregister_hdlc_device(hdlc_device *hdlc); 181 static __inline__ struct net_device* hdlc_to_dev(hdlc_device *hdlc) in hdlc_to_dev() [all …]
|
/linux-2.4.37.9/drivers/net/wan/ |
D | hdlc_x25.c | 30 hdlc_device *hdlc = token; in x25_connect_disconnect() 68 hdlc_device *hdlc = token; in x25_data_indication() 86 hdlc_device *hdlc = token; in x25_data_transmit() 94 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_xmit() 140 static int x25_open(hdlc_device *hdlc) in x25_open() 160 static void x25_close(hdlc_device *hdlc) in x25_close() 169 hdlc_device *hdlc = dev_to_hdlc(skb->dev); in x25_rx() 179 int hdlc_x25_ioctl(hdlc_device *hdlc, struct ifreq *ifr) in hdlc_x25_ioctl()
|
D | hdlc_generic.c | 59 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_rcv() 97 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_ioctl() 130 int register_hdlc_device(hdlc_device *hdlc) in register_hdlc_device() 161 void unregister_hdlc_device(hdlc_device *hdlc) in unregister_hdlc_device()
|
D | hdlc_cisco.c | 60 static void cisco_keepalive_send(hdlc_device *hdlc, u32 type, in cisco_keepalive_send() 121 hdlc_device *hdlc = dev_to_hdlc(skb->dev); in cisco_rx() 220 hdlc_device *hdlc = (hdlc_device*)arg; in cisco_timer() 240 static int cisco_open(hdlc_device *hdlc) in cisco_open() 256 static void cisco_close(hdlc_device *hdlc) in cisco_close() 263 int hdlc_cisco_ioctl(hdlc_device *hdlc, struct ifreq *ifr) in hdlc_cisco_ioctl()
|
D | hdlc_ppp.c | 27 static int ppp_open(hdlc_device *hdlc) in ppp_open() 55 static void ppp_close(hdlc_device *hdlc) in ppp_close() 77 int hdlc_ppp_ioctl(hdlc_device *hdlc, struct ifreq *ifr) in hdlc_ppp_ioctl()
|
D | hdlc_fr.c | 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() [all …]
|
D | c101.c | 56 hdlc_device hdlc; /* HDLC device struct - must be first */ 157 hdlc_device *hdlc = dev_to_hdlc(dev); in c101_open() 174 hdlc_device *hdlc = dev_to_hdlc(dev); in c101_close() 190 hdlc_device *hdlc = dev_to_hdlc(dev); in c101_ioctl()
|
D | pci200syn.c | 74 hdlc_device hdlc; /* HDLC device struct - must be first */ 178 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_open() 196 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_close() 210 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_ioctl()
|
D | pc300.h | 257 hdlc_device *hdlc; 409 void cpc_net_rx(hdlc_device *); 420 int cpc_set_media(hdlc_device *, int);
|
D | n2.c | 93 hdlc_device hdlc; /* HDLC device struct - must be first */ 216 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_open() 240 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_close() 259 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_ioctl()
|
D | hd6457x.c | 115 static inline port_t* hdlc_to_port(hdlc_device *hdlc) in hdlc_to_port() 499 static void sca_open(hdlc_device *hdlc) in sca_open() 593 static void sca_close(hdlc_device *hdlc) in sca_close() 604 static int sca_attach(hdlc_device *hdlc, unsigned short encoding, in sca_attach() 633 static void sca_dump_rings(hdlc_device *hdlc) in sca_dump_rings() 700 hdlc_device *hdlc = dev_to_hdlc(dev); in sca_xmit()
|
D | hdlc_raw.c | 35 int hdlc_raw_ioctl(hdlc_device *hdlc, struct ifreq *ifr) in hdlc_raw_ioctl()
|
D | hdlc_raw_eth.c | 47 int hdlc_raw_eth_ioctl(hdlc_device *hdlc, struct ifreq *ifr) in hdlc_raw_eth_ioctl()
|
D | dscc4.c | 231 hdlc_device hdlc; 367 static int dscc4_hdlc_attach(hdlc_device *, unsigned short, unsigned short); 894 hdlc_device *hdlc = &dpriv->hdlc; in dscc4_found1() 1026 hdlc_device *hdlc = &dpriv->hdlc; in dscc4_open() 1169 hdlc_device *hdlc = dev_to_hdlc(dev); in dscc4_close() 1987 static int dscc4_hdlc_attach(hdlc_device *hdlc, unsigned short encoding, in dscc4_hdlc_attach()
|
D | pc300_drv.c | 99 static int cpc_attach(hdlc_device *, unsigned short, unsigned short); 1689 void cpc_net_rx(hdlc_device * hdlc) in cpc_net_rx() 1826 hdlc_device *hdlc = d->hdlc; in sca_intr() 2344 hdlc_device *hdlc = dev_to_hdlc(dev); in cpc_ioctl() 2874 static int cpc_attach(hdlc_device * hdlc, unsigned short encoding, in cpc_attach() 2954 hdlc_device *hdlc = dev_to_hdlc(dev); in cpc_open() 2984 hdlc_device *hdlc = dev_to_hdlc(dev); in cpc_close() 3129 hdlc_device *hdlc; in cpc_init_card() 3170 d->hdlc = (hdlc_device *) kmalloc(sizeof(hdlc_device), GFP_KERNEL); in cpc_init_card() 3173 memset(d->hdlc, 0, sizeof(hdlc_device)); in cpc_init_card()
|
D | farsync.c | 427 hdlc_device hdlc; /* HDLC device struct - must be first */ 2265 fst_attach(hdlc_device * hdlc, unsigned short encoding, unsigned short parity) in fst_attach()
|