Lines Matching refs:ether
118 struct net_device *ether; /* bridged Ethernet interface */
221 return pvc->main || pvc->ether;
231 if (pvc->ether)
232 if (!netif_carrier_ok(pvc->ether))
233 netif_carrier_on(pvc->ether);
238 if (pvc->ether)
239 if (netif_carrier_ok(pvc->ether))
240 netif_carrier_off(pvc->ether);
268 return &pvc->ether;
461 pvc->main && pvc->ether ? " " : "",
462 pvc->ether ? pvc->ether->name : "",
959 if ((dev = pvc->ether) != NULL)
1042 if (pvc->ether)
1043 dev_close(pvc->ether);
1163 /* destructors will free_netdev() main and ether */
1167 if (pvc->ether)
1168 unregister_netdevice(pvc->ether);