Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dhdlc_fr.c113 struct net_device *frad; member
203 pvc->frad = dev; in add_pvc()
327 if ((pvc->frad->flags & IFF_UP) == 0) in pvc_open()
426 skb->dev = pvc->frad; in pvc_xmit()
891 struct net_device *frad = skb->dev; in fr_rx() local
892 hdlc_device *hdlc = dev_to_hdlc(frad); in fr_rx()
909 if (fr_lmi_recv(frad, skb)) in fr_rx()
942 frad->stats.rx_dropped++; in fr_rx()
1064 hdlc_device *hdlc = dev_to_hdlc(frad); in fr_add_pvc()
1069 pvc = add_pvc(frad, dlci); in fr_add_pvc()
[all …]