Searched refs:hdlc_to_dev (Results 1 – 15 of 15) sorted by relevance
42 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()
29 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()
74 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()
133 struct net_device *dev = hdlc_to_dev(hdlc); in register_hdlc_device()165 unregister_netdevice(hdlc_to_dev(hdlc)); in unregister_hdlc_device()
313 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()
40 struct net_device *dev = hdlc_to_dev(hdlc); in hdlc_raw_ioctl()
52 struct net_device *dev = hdlc_to_dev(hdlc); in hdlc_raw_eth_ioctl()
895 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()
283 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()
484 #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()
311 dev = hdlc_to_dev(&card->hdlc); in c101_run()
400 struct net_device *dev = hdlc_to_dev(&port->hdlc); in pci200_pci_init_one()
437 struct net_device *dev = hdlc_to_dev(&port->hdlc); in n2_run()
1691 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()
181 static __inline__ struct net_device* hdlc_to_dev(hdlc_device *hdlc) in hdlc_to_dev() function201 return hdlc_to_dev(hdlc)->name; in hdlc_to_name()