Home
last modified time | relevance | path

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

12

/linux-5.10/drivers/net/wan/
Dhdlc.c57 hdlc = dev_to_hdlc(dev); in hdlc_rcv()
70 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_start_xmit()
80 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_proto_start()
89 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_proto_stop()
120 hdlc = dev_to_hdlc(dev); in hdlc_device_event()
149 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_open()
183 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_close()
211 if (dev_to_hdlc(dev)->proto) { in hdlc_ioctl()
212 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.c39 return dev_to_hdlc(dev)->xmit(skb, dev); in eth_tx()
56 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_eth_ioctl()
62 if (dev_to_hdlc(dev)->proto != &proto) in raw_eth_ioctl()
Dhdlc_fr.c193 hdlc_device *hdlc = dev_to_hdlc(dev); in add_pvc()
347 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_open()
364 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_close()
479 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_send()
576 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_set_link_state()
611 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_timer()
661 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_recv()
878 hdlc_device *hdlc = dev_to_hdlc(frad); in fr_rx()
999 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_start()
1024 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_stop()
[all …]
Dhdlc_cisco.c155 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_rx()
283 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_start()
301 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_stop()
332 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_ioctl()
337 if (dev_to_hdlc(dev)->proto != &proto) in cisco_ioctl()
Dhdlc_x25.c93 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_data_transmit()
168 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_open()
239 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_ioctl()
245 if (dev_to_hdlc(dev)->proto != &proto) in x25_ioctl()
Dhdlc_raw.c41 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_ioctl()
46 if (dev_to_hdlc(dev)->proto != &proto) in raw_ioctl()
Dhostess_sv11.c53 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.c53 return (struct slvl_device *)dev_to_hdlc(dev)->priv; in dev_to_chan()
182 dev_to_hdlc(dev)->attach = sealevel_attach; in slvl_setup()
183 dev_to_hdlc(dev)->xmit = sealevel_queue_xmit; in slvl_setup()
Dfsl_ucc_hdlc.c349 hdlc_device *hdlc = dev_to_hdlc(dev); in ucc_hdlc_tx()
517 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_rx_done()
704 hdlc_device *hdlc = dev_to_hdlc(dev); in uhdlc_open()
800 struct ucc_hdlc_private *priv = dev_to_hdlc(dev)->priv; in uhdlc_close()
829 struct ucc_hdlc_private *priv = dev_to_hdlc(dev)->priv; in ucc_hdlc_attach()
1226 hdlc = dev_to_hdlc(dev); in ucc_hdlc_probe()
Dhdlc_ppp.c106 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp()
656 hdlc_device *hdlc = dev_to_hdlc(dev); in ppp_ioctl()
662 if (dev_to_hdlc(dev)->proto != &proto) in ppp_ioctl()
Dwanxl.c88 return (struct port *)dev_to_hdlc(dev)->priv; in dev_to_port()
775 hdlc = dev_to_hdlc(dev); in wanxl_pci_init_one()
Dpci200syn.c382 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_pci_init_one()
Dc101.c365 hdlc = dev_to_hdlc(dev); in c101_run()
Dpc300too.c444 hdlc_device *hdlc = dev_to_hdlc(dev); in pc300_pci_init_one()
Dn2.c450 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_run()
Dcosa.c342 return (struct channel_data *)dev_to_hdlc(dev)->priv; in dev_to_chan()
571 dev_to_hdlc(chan->netdev)->attach = cosa_net_attach; in cosa_probe()
572 dev_to_hdlc(chan->netdev)->xmit = cosa_net_tx; in cosa_probe()
Dixp4xx_hss.c342 return dev_to_hdlc(dev)->priv; in dev_to_port()
1351 hdlc = dev_to_hdlc(dev); in hss_init_one()
Dhd64572.c59 return dev_to_hdlc(dev)->priv; in dev_to_port()
Dhd64570.c81 return dev_to_hdlc(dev)->priv; in dev_to_port()
Dfarsync.c479 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
2502 hdlc = dev_to_hdlc(dev); in fst_add_one()
/linux-5.10/include/linux/
Dhdlc.h69 static inline struct hdlc_device* dev_to_hdlc(struct net_device *dev) in dev_to_hdlc() function
104 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_type_trans()
/linux-5.10/drivers/net/wan/lmc/
Dlmc_proto.h16 return (lmc_softc_t *)dev_to_hdlc(dev)->priv; in dev_to_sc()
Dlmc_main.c834 dev_to_hdlc(dev)->xmit = lmc_start_xmit; in lmc_init_one()
835 dev_to_hdlc(dev)->attach = lmc_attach; in lmc_init_one()
/linux-5.10/drivers/char/pcmcia/
Dsynclink_cs.c384 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
4274 hdlc = dev_to_hdlc(dev); in hdlcdev_init()
/linux-5.10/drivers/tty/
Dsynclink_gt.c165 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
1783 hdlc = dev_to_hdlc(dev); in hdlcdev_init()

12