Searched refs:frad (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_fr.c | 116 struct net_device *frad; member 206 printk(KERN_DEBUG "add_pvc: allocated pvc %p, frad %p\n", pvc, dev); in add_pvc() 212 pvc->frad = dev; in add_pvc() 343 if ((pvc->frad->flags & IFF_UP) == 0) in pvc_open() 347 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_open() 349 pvc->state.active = netif_carrier_ok(pvc->frad); in pvc_open() 364 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_close() 396 memcpy(info.master, pvc->frad->name, IFNAMSIZ); in pvc_ioctl() 444 skb->dev = pvc->frad; in pvc_xmit() 458 netdev_info(pvc->frad, "DLC in fr_log_dlci_active() 877 struct net_device *frad = skb->dev; fr_rx() local 1065 fr_add_pvc(struct net_device *frad, unsigned int dlci, int type) fr_add_pvc() argument 1153 fr_destroy(struct net_device *frad) fr_destroy() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_fr.c | 113 struct net_device *frad; member 197 printk(KERN_DEBUG "add_pvc: allocated pvc %p, frad %p\n", pvc, dev); in add_pvc() 203 pvc->frad = dev; in add_pvc() 327 if ((pvc->frad->flags & IFF_UP) == 0) in pvc_open() 331 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_open() 334 pvc->state.active = netif_carrier_ok(pvc->frad); in pvc_open() 347 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_close() 378 memcpy(info.master, pvc->frad->name, IFNAMSIZ); in pvc_ioctl() 426 skb->dev = pvc->frad; in pvc_xmit() 440 netdev_info(pvc->frad, "DLC in fr_log_dlci_active() 891 struct net_device *frad = skb->dev; fr_rx() local 1062 fr_add_pvc(struct net_device *frad, unsigned int dlci, int type) fr_add_pvc() argument 1151 fr_destroy(struct net_device *frad) fr_destroy() argument [all...] |
Completed in 2 milliseconds