/linux-4.4.14/drivers/net/wan/ |
D | hdlc.c | 60 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 …]
|
D | hdlc_raw_eth.c | 42 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()
|
D | hdlc_cisco.c | 156 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()
|
D | hdlc_fr.c | 195 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 …]
|
D | hdlc_x25.c | 84 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()
|
D | hdlc_raw.c | 44 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_ioctl() 49 if (dev_to_hdlc(dev)->proto != &proto) in raw_ioctl()
|
D | hostess_sv11.c | 52 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()
|
D | sealevel.c | 58 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()
|
D | hdlc_ppp.c | 109 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()
|
D | wanxl.c | 91 return (struct port *)dev_to_hdlc(dev)->priv; in dev_to_port() 780 hdlc = dev_to_hdlc(dev); in wanxl_pci_init_one()
|
D | c101.c | 370 hdlc = dev_to_hdlc(dev); in c101_run()
|
D | pci200syn.c | 387 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_pci_init_one()
|
D | n2.c | 454 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_run()
|
D | pc300too.c | 447 hdlc_device *hdlc = dev_to_hdlc(dev); in pc300_pci_init_one()
|
D | cosa.c | 355 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()
|
D | ixp4xx_hss.c | 344 return dev_to_hdlc(dev)->priv; in dev_to_port() 1350 hdlc = dev_to_hdlc(dev); in hss_init_one()
|
D | hd64572.c | 62 return dev_to_hdlc(dev)->priv; in dev_to_port()
|
D | dscc4.c | 383 return dev_to_hdlc(dev)->priv; in dscc4_priv() 922 hdlc_device *hdlc = dev_to_hdlc(d); in dscc4_found1()
|
D | hd64570.c | 84 return dev_to_hdlc(dev)->priv; in dev_to_port()
|
D | farsync.c | 483 #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/ |
D | hdlc.h | 72 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/ |
D | lmc_proto.h | 15 return (lmc_softc_t *)dev_to_hdlc(dev)->priv; in dev_to_sc()
|
D | lmc_main.c | 859 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/ |
D | synclink_cs.c | 384 #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/ |
D | synclink_gt.c | 166 #define dev_to_port(D) (dev_to_hdlc(D)->priv) 1815 hdlc = dev_to_hdlc(dev); in hdlcdev_init()
|
D | synclinkmp.c | 528 #define dev_to_port(D) (dev_to_hdlc(D)->priv) 1934 hdlc = dev_to_hdlc(dev); in hdlcdev_init()
|
D | synclink.c | 715 #define dev_to_port(D) (dev_to_hdlc(D)->priv) 8030 hdlc = dev_to_hdlc(dev); in hdlcdev_init()
|