Searched refs:xpnet_device (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpnet.c123 struct net_device *xpnet_device; variable in typeref:struct:net_device
181 (struct xpnet_dev_private *) xpnet_device->priv;
269 skb->protocol = eth_type_trans(skb, xpnet_device);
278 xpnet_device->last_rx = jiffies;
314 netif_carrier_on(xpnet_device);
318 xpnet_device->name, partid, bp);
328 netif_carrier_off(xpnet_device);
333 xpnet_device->name, partid, bp);
647 xpnet_device = alloc_netdev(sizeof(struct xpnet_dev_private),
649 if (xpnet_device
[all...]

Completed in 90 milliseconds