Home
last modified time | relevance | path

Searched refs:hdlc_to_dev (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dhdlc_x25.c42 skb->dev = hdlc_to_dev(hdlc); in x25_connect_disconnect()
74 skb->dev = hdlc_to_dev(hdlc); in x25_data_indication()
87 hdlc->xmit(skb, hdlc_to_dev(hdlc)); /* Ignore return value :-( */ in x25_data_transmit()
181 struct net_device *dev = hdlc_to_dev(hdlc); in hdlc_x25_ioctl()
Dhdlc_ppp.c29 struct net_device *dev = hdlc_to_dev(hdlc); in ppp_open()
57 struct net_device *dev = hdlc_to_dev(hdlc); in ppp_close()
79 struct net_device *dev = hdlc_to_dev(hdlc); in hdlc_ppp_ioctl()
Dhdlc_cisco.c74 cisco_hard_header(skb, hdlc_to_dev(hdlc), CISCO_KEEPALIVE, in cisco_keepalive_send()
87 skb->dev = hdlc_to_dev(hdlc); in cisco_keepalive_send()
155 in_dev = hdlc_to_dev(hdlc)->ip_ptr; in cisco_rx()
268 struct net_device *dev = hdlc_to_dev(hdlc); in hdlc_cisco_ioctl()
Dhdlc_generic.c133 struct net_device *dev = hdlc_to_dev(hdlc); in register_hdlc_device()
165 unregister_netdevice(hdlc_to_dev(hdlc)); in unregister_hdlc_device()
Dhd6457x.c313 skb->dev = hdlc_to_dev(&port->hdlc); in sca_rx()
315 skb->protocol = hdlc_type_trans(skb, hdlc_to_dev(&port->hdlc)); in sca_rx()
401 netif_wake_queue(hdlc_to_dev(&port->hdlc)); in sca_tx_intr()
588 netif_start_queue(hdlc_to_dev(hdlc)); in sca_open()
598 netif_stop_queue(hdlc_to_dev(hdlc)); in sca_close()
761 netif_stop_queue(hdlc_to_dev(&port->hdlc)); in sca_xmit()
Dhdlc_raw.c40 struct net_device *dev = hdlc_to_dev(hdlc); in hdlc_raw_ioctl()
Dhdlc_raw_eth.c52 struct net_device *dev = hdlc_to_dev(hdlc); in hdlc_raw_eth_ioctl()
Ddscc4.c895 struct net_device *d = hdlc_to_dev(hdlc); in dscc4_found1()
975 struct net_device *dev = hdlc_to_dev(&dpriv->hdlc); in dscc4_loopback_check()
1469 dev = hdlc_to_dev(&root->hdlc); in dscc4_irq()
1517 struct net_device *dev = hdlc_to_dev(&dpriv->hdlc); in dscc4_tx_irq()
1686 struct net_device *dev = hdlc_to_dev(&dpriv->hdlc); in dscc4_rx_irq()
1960 ioaddr = hdlc_to_dev(&root->hdlc)->base_addr; in dscc4_remove_one()
1990 struct net_device *dev = hdlc_to_dev(hdlc); in dscc4_hdlc_attach()
Dhdlc_fr.c283 if ((hdlc_to_dev(pvc->master)->flags & IFF_UP) == 0) in pvc_open()
379 skb->dev = hdlc_to_dev(pvc->master); in pvc_xmit()
499 skb->dev = hdlc_to_dev(hdlc); in fr_lmi_send()
1050 struct net_device *dev = hdlc_to_dev(hdlc); in hdlc_fr_ioctl()
Dfarsync.c484 #define port_to_dev(P) hdlc_to_dev(&(P)->hdlc)
881 skb->dev = hdlc_to_dev(&port->hdlc); in fst_rx_dma_complete()
1311 skb->dev = hdlc_to_dev(&port->hdlc); in fst_intr_rx()
2412 dev = hdlc_to_dev(&card->ports[i].hdlc); in fst_init_card()
2445 hdlc_to_dev(&card->ports[0].hdlc)->name, in fst_init_card()
2446 hdlc_to_dev(&card->ports[card->nports - 1].hdlc)->name, in fst_init_card()
Dc101.c311 dev = hdlc_to_dev(&card->hdlc); in c101_run()
Dpci200syn.c400 struct net_device *dev = hdlc_to_dev(&port->hdlc); in pci200_pci_init_one()
Dn2.c437 struct net_device *dev = hdlc_to_dev(&port->hdlc); in n2_run()
Dpc300_drv.c1691 struct net_device *dev = hdlc_to_dev(hdlc); in cpc_net_rx()
1827 struct net_device *dev = hdlc_to_dev(hdlc); in sca_intr()
2877 struct net_device * dev = hdlc_to_dev(hdlc); in cpc_attach()
3179 dev = hdlc_to_dev(hdlc); in cpc_init_card()
/linux-2.4.37.9/include/linux/
Dhdlc.h181 static __inline__ struct net_device* hdlc_to_dev(hdlc_device *hdlc) in hdlc_to_dev() function
201 return hdlc_to_dev(hdlc)->name; in hdlc_to_name()