Searched defs:netdevice (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c79 #include <linux/netdevice.h>
155 struct net_device *netdevice; local
169 netdevice = alloc_etherdev(sizeof(struct i596_private));
170 if (!netdevice)
172 SET_NETDEV_DEV(netdevice, &dev->dev);
173 parisc_set_drvdata (dev, netdevice);
175 netdevice->base_addr = dev->hpa.start;
176 netdevice->irq = dev->irq;
178 if (pdc_lan_station_id(netdevice->dev_addr, netdevice
[all...]
H A Dsni_82596.c13 #include <linux/netdevice.h>
79 struct net_device *netdevice; local
102 netdevice = alloc_etherdev(sizeof(struct i596_private));
103 if (!netdevice)
106 SET_NETDEV_DEV(netdevice, &dev->dev);
107 platform_set_drvdata (dev, netdevice);
109 netdevice->base_addr = res->start;
110 netdevice->irq = platform_get_irq(dev, 0);
117 netdevice->dev_addr[0] = readb(eth_addr + 0x0b);
118 netdevice
[all...]
/drivers/net/wan/
H A Dz85230.h327 struct net_device *netdevice; /* Network layer device */ member in struct:z8530_channel
/drivers/infiniband/hw/nes/
H A Dnes_cm.c51 #include <linux/netdevice.h>
3682 int nes_cm_recv(struct sk_buff *skb, struct net_device *netdevice) argument
3688 rc = g_cm_core->api->recv_pkt(g_cm_core, netdev_priv(netdevice), skb);

Completed in 87 milliseconds