Searched refs:other_netdev (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c1042 struct net_device *other_netdev; local
1050 other_netdev = geth->port1->netdev;
1052 other_netdev = geth->port0->netdev;
1054 if (other_netdev && netif_running(other_netdev))
1062 if (other_netdev) {
1063 other_port = netdev_priv(other_netdev);
1065 netdev_dbg(other_netdev, "port %d size: %d order %d\n",
1066 other_netdev->dev_id,

Completed in 157 milliseconds