Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wan/
Dhdlc.c56 hdlc = dev_to_hdlc(dev); in hdlc_rcv()
69 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_start_xmit()
80 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_proto_start()
88 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_proto_stop()
118 hdlc = dev_to_hdlc(dev); in hdlc_device_event()
145 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_open()
180 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_close()
204 if (dev_to_hdlc(dev)->proto) { in hdlc_ioctl()
205 result = dev_to_hdlc(dev)->proto->ioctl(dev, ifs); in hdlc_ioctl()
243 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_setup()
[all …]
Dhdlc_x25.c54 struct x25_state *x25st = state(dev_to_hdlc(dev)); in x25_connect_disconnect()
83 struct x25_state *x25st = state(dev_to_hdlc(dev)); in x25_data_indication()
105 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_data_transmit()
118 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_xmit()
189 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_open()
226 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_close()
240 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_rx()
281 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_ioctl()
287 if (dev_to_hdlc(dev)->proto != &proto) in x25_ioctl()
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.c184 hdlc_device *hdlc = dev_to_hdlc(dev); in add_pvc()
331 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_open()
347 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_close()
458 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_send()
552 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_set_link_state()
586 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_timer()
635 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_recv()
892 hdlc_device *hdlc = dev_to_hdlc(frad); in fr_rx()
998 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_start()
1023 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_stop()
[all …]
Dhdlc_cisco.c143 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_rx()
268 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_start()
284 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_stop()
314 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_ioctl()
319 if (dev_to_hdlc(dev)->proto != &proto) in cisco_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()
Dfsl_ucc_hdlc.c352 hdlc_device *hdlc = dev_to_hdlc(dev); in ucc_hdlc_tx()
522 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_rx_done()
708 hdlc_device *hdlc = dev_to_hdlc(dev); in uhdlc_open()
804 struct ucc_hdlc_private *priv = dev_to_hdlc(dev)->priv; in uhdlc_close()
833 struct ucc_hdlc_private *priv = dev_to_hdlc(dev)->priv; in ucc_hdlc_attach()
1228 hdlc = dev_to_hdlc(dev); in ucc_hdlc_probe()
Dhdlc_ppp.c107 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp()
660 hdlc_device *hdlc = dev_to_hdlc(dev); in ppp_ioctl()
666 if (dev_to_hdlc(dev)->proto != &proto) in ppp_ioctl()
Dwanxl.c83 return (struct port *)dev_to_hdlc(dev)->priv; in dev_to_port()
777 hdlc = dev_to_hdlc(dev); in wanxl_pci_init_one()
Dc101.c359 hdlc = dev_to_hdlc(dev); in c101_run()
Dpci200syn.c370 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_pci_init_one()
Dpc300too.c431 hdlc_device *hdlc = dev_to_hdlc(dev); in pc300_pci_init_one()
Dn2.c437 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_run()
Dixp4xx_hss.c347 return dev_to_hdlc(dev)->priv; in dev_to_port()
1497 hdlc = dev_to_hdlc(ndev); in ixp4xx_hss_probe()
Dhd64572.c59 return dev_to_hdlc(dev)->priv; in dev_to_port()
Dhd64570.c86 return dev_to_hdlc(dev)->priv; in dev_to_port()
Dfarsync.c479 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
2436 hdlc = dev_to_hdlc(dev); in fst_add_one()
/linux-6.1.9/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-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c384 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
4262 hdlc = dev_to_hdlc(dev); in hdlcdev_init()
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c146 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
1719 hdlc = dev_to_hdlc(dev); in hdlcdev_init()