Home
last modified time | relevance | path

Searched refs:hdlc_to_name (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dhdlc_fr.c333 memcpy(info.master, hdlc_to_name(pvc->master), IFNAMSIZ); in pvc_ioctl()
405 hdlc_to_name(pvc->master), in fr_log_dlci_active()
439 "LMI full report\n", hdlc_to_name(hdlc)); in fr_lmi_send()
447 hdlc_to_name(hdlc)); in fr_lmi_send()
521 "received\n", hdlc_to_name(hdlc)); in fr_timer()
536 printk(KERN_INFO "%s: Link %sreliable\n", hdlc_to_name(hdlc), in fr_timer()
582 printk(KERN_INFO "%s: Short LMI frame\n", hdlc_to_name(hdlc)); in fr_lmi_recv()
589 hdlc_to_name(hdlc), skb->data[2], in fr_lmi_recv()
600 hdlc_to_name(hdlc), skb->data[i]); in fr_lmi_recv()
613 hdlc_to_name(hdlc), skb->data[i]); in fr_lmi_recv()
[all …]
Dhdlc_cisco.c70 hdlc_to_name(hdlc)); in cisco_keepalive_send()
147 hdlc_to_name(hdlc), skb->len); in cisco_rx()
163 if (strcmp(hdlc_to_name(hdlc), in cisco_rx()
180 "reply\n", hdlc_to_name(hdlc)); in cisco_rx()
195 hdlc_to_name(hdlc), days, hrs, in cisco_rx()
206 printk(KERN_INFO "%s: Unsupported protocol %x\n", hdlc_to_name(hdlc), in cisco_rx()
225 printk(KERN_INFO "%s: Link down\n", hdlc_to_name(hdlc)); in cisco_timer()
Dhdlc_x25.c35 printk(KERN_ERR "%s: out of memory\n", hdlc_to_name(hdlc)); in x25_connect_disconnect()
114 hdlc_to_name(hdlc), result); in x25_xmit()
126 hdlc_to_name(hdlc), result); in x25_xmit()
Dc101.c336 hdlc_to_name(&card->hdlc), card->irq, in c101_run()
Dhd6457x.c307 printk(KERN_DEBUG "%s RX(%i):", hdlc_to_name(&port->hdlc), skb->len); in sca_rx()
724 printk(KERN_DEBUG "%s TX(%i):", hdlc_to_name(hdlc), skb->len); in sca_xmit()
Dpci200syn.c425 hdlc_to_name(&port->hdlc), port->phy_node); in pci200_pci_init_one()
Dn2.c470 hdlc_to_name(&port->hdlc), port->phy_node); in n2_run()
/linux-2.4.37.9/include/linux/
Dhdlc.h199 static __inline__ const char *hdlc_to_name(hdlc_device *hdlc) in hdlc_to_name() function