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

/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c79 #include <linux/netdevice.h>
156 struct net_device *netdevice; local
170 netdevice = alloc_etherdev(sizeof(struct i596_private));
171 if (!netdevice)
173 SET_NETDEV_DEV(netdevice, &dev->dev);
174 parisc_set_drvdata (dev, netdevice);
176 netdevice->base_addr = dev->hpa.start;
177 netdevice->irq = dev->irq;
179 if (pdc_lan_station_id(netdevice->dev_addr, netdevice
[all...]
H A Dsni_82596.c13 #include <linux/netdevice.h>
80 struct net_device *netdevice; local
103 netdevice = alloc_etherdev(sizeof(struct i596_private));
104 if (!netdevice)
107 SET_NETDEV_DEV(netdevice, &dev->dev);
108 platform_set_drvdata (dev, netdevice);
110 netdevice->base_addr = res->start;
111 netdevice->irq = platform_get_irq(dev, 0);
118 netdevice->dev_addr[0] = readb(eth_addr + 0x0b);
119 netdevice
[all...]
/drivers/infiniband/hw/nes/
H A Dnes_cm.c51 #include <linux/netdevice.h>
3449 int nes_cm_recv(struct sk_buff *skb, struct net_device *netdevice) argument
3455 rc = g_cm_core->api->recv_pkt(g_cm_core, netdev_priv(netdevice), skb);
/drivers/net/wan/
H A Dz85230.h327 struct net_device *netdevice; /* Network layer device */ member in struct:z8530_channel

Completed in 134 milliseconds