GELIC_PORT_ETHERNET_0
netdev = card->netdev[GELIC_PORT_ETHERNET_0];
struct net_device *netdev = card->netdev[GELIC_PORT_ETHERNET_0];
port->type = GELIC_PORT_ETHERNET_0;
card->netdev[GELIC_PORT_ETHERNET_0] = *netdev;
[GELIC_PORT_ETHERNET_0] = {
if (card->vlan[GELIC_PORT_ETHERNET_0].tx) {
netdev0 = card->netdev[GELIC_PORT_ETHERNET_0];
netif_stop_queue(card->netdev[GELIC_PORT_ETHERNET_0]);
netif_wake_queue(card->netdev[GELIC_PORT_ETHERNET_0]);
ether_netdev = card->netdev[GELIC_PORT_ETHERNET_0];