Searched refs:add_pvc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_fr.c | 191 static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci) in add_pvc() function 206 printk(KERN_DEBUG "add_pvc: allocated pvc %p, frad %p\n", pvc, dev); in add_pvc() 830 pvc = add_pvc(dev, dlci); in fr_lmi_recv() 1072 if ((pvc = add_pvc(frad, dlci)) == NULL) { in fr_add_pvc()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_fr.c | 182 static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci) in add_pvc() function 197 printk(KERN_DEBUG "add_pvc: allocated pvc %p, frad %p\n", pvc, dev); in add_pvc() 805 pvc = add_pvc(dev, dlci); in fr_lmi_recv() 1069 pvc = add_pvc(frad, dlci); in fr_add_pvc()
|
Completed in 4 milliseconds