Home
last modified time | relevance | path

Searched refs:hdlc_device (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/wan/
H A Dhdlc.c48 struct hdlc_device *hdlc; 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()
98 hdlc_device *hdlc; 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()
243 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_setup()
255 dev = alloc_netdev(sizeof(struct hdlc_device), "hdlc%d", in alloc_hdlcdev()
299 hdlc_device *hdlc = dev_to_hdlc(dev); in detach_hdlc_protocol()
H A Dhdlc_x25.c34 static struct x25_state *state(hdlc_device *hdlc) in state()
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()
H A Dhdlc_fr.c162 static inline struct frad_state *state(hdlc_device *hdlc) in state()
167 static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc()
184 hdlc_device *hdlc = dev_to_hdlc(dev); in add_pvc()
233 static inline void delete_unused_pvcs(hdlc_device *hdlc) in delete_unused_pvcs()
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()
[all …]
H A Dhdlc_cisco.c61 static inline struct cisco_state *state(hdlc_device *hdlc) in state()
143 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()
H A Dhdlc_raw.c41 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_ioctl()
H A Dhdlc_raw_eth.c56 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_eth_ioctl()
H A Dfsl_ucc_hdlc.c354 hdlc_device *hdlc = dev_to_hdlc(dev); in ucc_hdlc_tx()
524 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_rx_done()
710 hdlc_device *hdlc = dev_to_hdlc(dev); in uhdlc_open()
1123 hdlc_device *hdlc; in ucc_hdlc_probe()
H A Dc101.c302 hdlc_device *hdlc; in c101_run()
H A Dpci200syn.c370 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_pci_init_one()
H A Dpc300too.c431 hdlc_device *hdlc = dev_to_hdlc(dev); in pc300_pci_init_one()
H A Dn2.c437 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_run()
H A Dwanxl.c765 hdlc_device *hdlc; in wanxl_pci_init_one()
H A Dhdlc_ppp.c660 hdlc_device *hdlc = dev_to_hdlc(dev); in ppp_ioctl()
H A Dfsl_qmc_hdlc.c713 hdlc_device *hdlc; in qmc_hdlc_probe()
H A Dixp4xx_hss.c1396 hdlc_device *hdlc; in ixp4xx_hss_probe()
H A Dfarsync.c2422 hdlc_device *hdlc; in fst_add_one()
/linux/include/linux/
H A Dhdlc.h35 typedef struct hdlc_device { struct
50 } hdlc_device; typedef
69 static inline struct hdlc_device* dev_to_hdlc(struct net_device *dev) in dev_to_hdlc()
104 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_type_trans()
/linux/drivers/tty/
H A Dsynclink_gt.c1698 hdlc_device *hdlc; in hdlcdev_init()