Lines Matching refs:ether
115 struct net_device *ether; /* bridged Ethernet interface */
211 return pvc->main || pvc->ether;
220 if (pvc->ether)
221 if (!netif_carrier_ok(pvc->ether))
222 netif_carrier_on(pvc->ether);
227 if (pvc->ether)
228 if (netif_carrier_ok(pvc->ether))
229 netif_carrier_off(pvc->ether);
255 return &pvc->ether;
443 pvc->main && pvc->ether ? " " : "",
444 pvc->ether ? pvc->ether->name : "",
870 if (!pvc->ether)
875 skb->protocol = eth_type_trans(skb, pvc->ether);
1040 if (pvc->ether)
1041 dev_close(pvc->ether);
1162 /* destructors will free_netdev() main and ether */
1166 if (pvc->ether)
1167 unregister_netdevice(pvc->ether);