Home
last modified time | relevance | path

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

12

/linux-3.3/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()
351 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_open()
368 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_close()
470 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_send()
568 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_set_link_state()
602 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_timer()
654 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_recv()
871 hdlc_device *hdlc = dev_to_hdlc(frad); in fr_rx()
992 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_start()
1018 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 (port_t *)dev_to_hdlc(dev)->priv; in dev_to_port()
780 hdlc = dev_to_hdlc(dev); in wanxl_pci_init_one()
Dpci200syn.c389 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_pci_init_one()
Dc101.c372 hdlc = dev_to_hdlc(dev); in c101_run()
Dpc300_drv.c1775 pc300dev_t *d = (pc300dev_t *) dev_to_hdlc(dev)->priv; in cpc_tx_timeout()
1802 pc300dev_t *d = (pc300dev_t *) dev_to_hdlc(dev)->priv; in cpc_queue_xmit()
1879 pc300dev_t *d = (pc300dev_t *) dev_to_hdlc(dev)->priv; in cpc_net_rx()
2527 pc300dev_t *d = (pc300dev_t *) dev_to_hdlc(dev)->priv; in cpc_ioctl()
3062 pc300dev_t *d = (pc300dev_t *)dev_to_hdlc(dev)->priv; in cpc_attach()
3142 pc300dev_t *d = (pc300dev_t *) dev_to_hdlc(dev)->priv; in cpc_open()
3170 pc300dev_t *d = (pc300dev_t *) dev_to_hdlc(dev)->priv; in cpc_close()
3364 hdlc = dev_to_hdlc(dev); in cpc_init_card()
Dn2.c456 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_run()
Dpc300too.c449 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()
584 dev_to_hdlc(chan->netdev)->attach = cosa_net_attach; in cosa_probe()
585 dev_to_hdlc(chan->netdev)->xmit = cosa_net_tx; in cosa_probe()
Dixp4xx_hss.c343 return dev_to_hdlc(dev)->priv; in dev_to_port()
1347 hdlc = dev_to_hdlc(dev); in hss_init_one()
Dhd64572.c64 return dev_to_hdlc(dev)->priv; in dev_to_port()
Dhd64570.c86 return dev_to_hdlc(dev)->priv; in dev_to_port()
Ddscc4.c384 return dev_to_hdlc(dev)->priv; in dscc4_priv()
929 hdlc_device *hdlc = dev_to_hdlc(d); in dscc4_found1()
/linux-3.3/include/linux/
Dhdlc.h82 static inline struct hdlc_device* dev_to_hdlc(struct net_device *dev) in dev_to_hdlc() function
119 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_type_trans()
/linux-3.3/drivers/net/wan/lmc/
Dlmc_proto.h15 return (lmc_softc_t *)dev_to_hdlc(dev)->priv; in dev_to_sc()
Dlmc_main.c861 dev_to_hdlc(dev)->xmit = lmc_start_xmit; in lmc_init_one()
862 dev_to_hdlc(dev)->attach = lmc_attach; in lmc_init_one()
/linux-3.3/drivers/staging/cxt1e1/
Dlinux.c291 hdlc_device *hdlc = dev_to_hdlc (ndev); in chan_open()
311 hdlc_device *hdlc = dev_to_hdlc (ndev); in chan_close()
348 priv = (struct c4_priv *) dev_to_hdlc (ndev)->priv; in chan_get_stats()
403 hdlc_device *hdlc = dev_to_hdlc (ndev); in c4_linux_xmit()
452 hdlc = dev_to_hdlc (dev); in create_chan()
746 priv = (struct c4_priv *) dev_to_hdlc (ndev)->priv; in do_deluser()
801 priv = dev_to_hdlc (ndev)->priv; in do_reset()
/linux-3.3/drivers/staging/sbe-2t3e3/
Dnetdev.c128 hdlc_device *hdlc = dev_to_hdlc(dev); in setup_device()

12