Searched refs:hdlc_to_name (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | hdlc_fr.c | 333 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 …]
|
D | hdlc_cisco.c | 70 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()
|
D | hdlc_x25.c | 35 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()
|
D | c101.c | 336 hdlc_to_name(&card->hdlc), card->irq, in c101_run()
|
D | hd6457x.c | 307 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()
|
D | pci200syn.c | 425 hdlc_to_name(&port->hdlc), port->phy_node); in pci200_pci_init_one()
|
D | n2.c | 470 hdlc_to_name(&port->hdlc), port->phy_node); in n2_run()
|
/linux-2.4.37.9/include/linux/ |
D | hdlc.h | 199 static __inline__ const char *hdlc_to_name(hdlc_device *hdlc) in hdlc_to_name() function
|