Home
last modified time | relevance | path

Searched refs:dev_to_hdlc (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/drivers/net/wan/
Dhdlc.c60 struct hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_rcv()
73 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_start_xmit()
83 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_proto_start()
92 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_proto_stop()
123 hdlc = dev_to_hdlc(dev); in hdlc_device_event()
152 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_open()
186 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_close()
214 if (dev_to_hdlc(dev)->proto) { in hdlc_ioctl()
215 result = dev_to_hdlc(dev)->proto->ioctl(dev, ifr); in hdlc_ioctl()
248 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_setup()
[all …]
Dhdlc_raw_eth.c42 return dev_to_hdlc(dev)->xmit(skb, dev); in eth_tx()
59 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_eth_ioctl()
64 if (dev_to_hdlc(dev)->proto != &proto) in raw_eth_ioctl()
Dhdlc_cisco.c156 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_rx()
263 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_timer()
288 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_start()
307 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_stop()
338 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_ioctl()
343 if (dev_to_hdlc(dev)->proto != &proto) in cisco_ioctl()
Dhdlc_fr.c195 hdlc_device *hdlc = dev_to_hdlc(dev); in add_pvc()
352 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_open()
369 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_close()
471 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_send()
569 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_set_link_state()
603 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_timer()
655 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_recv()
872 hdlc_device *hdlc = dev_to_hdlc(frad); in fr_rx()
993 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_start()
1019 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_stop()
[all …]
Dhdlc_x25.c84 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_data_transmit()
192 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_ioctl()
197 if (dev_to_hdlc(dev)->proto != &proto) in x25_ioctl()
Dhdlc_raw.c44 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_ioctl()
49 if (dev_to_hdlc(dev)->proto != &proto) in raw_ioctl()
Dhostess_sv11.c52 return (struct z8530_dev *)dev_to_hdlc(dev)->priv; in dev_to_sv()
279 dev_to_hdlc(netdev)->attach = hostess_attach; in sv11_init()
280 dev_to_hdlc(netdev)->xmit = hostess_queue_xmit; in sv11_init()
Dsealevel.c58 return (struct slvl_device *)dev_to_hdlc(dev)->priv; in dev_to_chan()
188 dev_to_hdlc(dev)->attach = sealevel_attach; in slvl_setup()
189 dev_to_hdlc(dev)->xmit = sealevel_queue_xmit; in slvl_setup()
Dhdlc_ppp.c109 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp()
651 hdlc_device *hdlc = dev_to_hdlc(dev); in ppp_ioctl()
657 if (dev_to_hdlc(dev)->proto != &proto) in ppp_ioctl()
Dwanxl.c91 return (struct port *)dev_to_hdlc(dev)->priv; in dev_to_port()
780 hdlc = dev_to_hdlc(dev); in wanxl_pci_init_one()
Dc101.c370 hdlc = dev_to_hdlc(dev); in c101_run()
Dpci200syn.c387 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_pci_init_one()
Dn2.c454 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_run()
Dpc300too.c447 hdlc_device *hdlc = dev_to_hdlc(dev); in pc300_pci_init_one()
Dcosa.c355 return (struct channel_data *)dev_to_hdlc(dev)->priv; in dev_to_chan()
585 dev_to_hdlc(chan->netdev)->attach = cosa_net_attach; in cosa_probe()
586 dev_to_hdlc(chan->netdev)->xmit = cosa_net_tx; in cosa_probe()
Dixp4xx_hss.c344 return dev_to_hdlc(dev)->priv; in dev_to_port()
1350 hdlc = dev_to_hdlc(dev); in hss_init_one()
Dhd64572.c62 return dev_to_hdlc(dev)->priv; in dev_to_port()
Ddscc4.c383 return dev_to_hdlc(dev)->priv; in dscc4_priv()
922 hdlc_device *hdlc = dev_to_hdlc(d); in dscc4_found1()
Dhd64570.c84 return dev_to_hdlc(dev)->priv; in dev_to_port()
Dfarsync.c483 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
2509 hdlc = dev_to_hdlc(dev); in fst_add_one()
/linux-4.4.14/include/linux/
Dhdlc.h72 static inline struct hdlc_device* dev_to_hdlc(struct net_device *dev) in dev_to_hdlc() function
109 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_type_trans()
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_proto.h15 return (lmc_softc_t *)dev_to_hdlc(dev)->priv; in dev_to_sc()
Dlmc_main.c859 dev_to_hdlc(dev)->xmit = lmc_start_xmit; in lmc_init_one()
860 dev_to_hdlc(dev)->attach = lmc_attach; in lmc_init_one()
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c384 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
4301 hdlc = dev_to_hdlc(dev); in hdlcdev_init()
/linux-4.4.14/drivers/tty/
Dsynclink_gt.c166 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
1815 hdlc = dev_to_hdlc(dev); in hdlcdev_init()
Dsynclinkmp.c528 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
1934 hdlc = dev_to_hdlc(dev); in hdlcdev_init()
Dsynclink.c715 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
8030 hdlc = dev_to_hdlc(dev); in hdlcdev_init()