Lines Matching refs:ether
115 struct net_device *ether; /* bridged Ethernet interface */ member
211 return pvc->main || pvc->ether; in pvc_is_used()
220 if (pvc->ether) in pvc_carrier()
221 if (!netif_carrier_ok(pvc->ether)) in pvc_carrier()
222 netif_carrier_on(pvc->ether); in pvc_carrier()
227 if (pvc->ether) in pvc_carrier()
228 if (netif_carrier_ok(pvc->ether)) in pvc_carrier()
229 netif_carrier_off(pvc->ether); in pvc_carrier()
255 return &pvc->ether; in get_dev_p()
443 pvc->main && pvc->ether ? " " : "", in fr_log_dlci_active()
444 pvc->ether ? pvc->ether->name : "", in fr_log_dlci_active()
870 if (!pvc->ether) in fr_snap_parse()
875 skb->protocol = eth_type_trans(skb, pvc->ether); in fr_snap_parse()
1040 if (pvc->ether) in fr_close()
1041 dev_close(pvc->ether); in fr_close()
1166 if (pvc->ether) in fr_destroy()
1167 unregister_netdevice(pvc->ether); in fr_destroy()