Searched refs:netdevice (Results 1 - 25 of 1495) sorted by relevance

1234567891011>>

/linux-master/drivers/net/hyperv/
H A Dnetvsc_trace.c2 #include <linux/netdevice.h>
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.h4 #include <linux/netdevice.h>
/linux-master/include/net/
H A Dlag.h5 #include <linux/netdevice.h>
H A Dbareudp.h6 #include <linux/netdevice.h>
H A Dgro_cells.h7 #include <linux/netdevice.h>
/linux-master/drivers/net/wireless/intel/iwlwifi/mei/
H A Dinternal.h10 #include <linux/netdevice.h>
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_api.h7 #include <linux/netdevice.h>
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.h11 #include <linux/netdevice.h>
/linux-master/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c78 #include <linux/netdevice.h>
146 struct net_device *netdevice; local
161 netdevice = alloc_etherdev(sizeof(struct i596_private));
162 if (!netdevice)
164 SET_NETDEV_DEV(netdevice, &dev->dev);
165 parisc_set_drvdata (dev, netdevice);
167 netdevice->base_addr = dev->hpa.start;
168 netdevice->irq = dev->irq;
170 if (pdc_lan_station_id(addr, netdevice->base_addr)) {
177 eth_hw_addr_set(netdevice, add
[all...]
H A Dsni_82596.c14 #include <linux/netdevice.h>
74 struct net_device *netdevice; local
98 netdevice = alloc_etherdev(sizeof(struct i596_private));
99 if (!netdevice)
102 SET_NETDEV_DEV(netdevice, &dev->dev);
103 platform_set_drvdata (dev, netdevice);
105 netdevice->base_addr = res->start;
106 netdevice->irq = platform_get_irq(dev, 0);
119 eth_hw_addr_set(netdevice, mac);
122 if (netdevice
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Def100_netdev.h12 #include <linux/netdevice.h>
/linux-master/include/net/caif/
H A Dcaif_device.h11 #include <linux/netdevice.h>
H A Dcffrml.h10 #include <linux/netdevice.h>
/linux-master/net/openvswitch/
H A Dvport-netdev.h9 #include <linux/netdevice.h>
/linux-master/drivers/staging/octeon/
H A Dethernet-sgmii.c10 #include <linux/netdevice.h>
/linux-master/drivers/staging/gdm724x/
H A Dnetlink_k.h7 #include <linux/netdevice.h>
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.h7 #include <linux/netdevice.h>
/linux-master/net/hsr/
H A Dhsr_device.h13 #include <linux/netdevice.h>
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_debugfs.h10 #include <linux/netdevice.h>
/linux-master/net/mac80211/
H A Dwme.h10 #include <linux/netdevice.h>
/linux-master/net/ncsi/
H A Dncsi-netlink.h9 #include <linux/netdevice.h>
/linux-master/drivers/net/ethernet/asix/
H A Dax88796c_ioctl.h13 #include <linux/netdevice.h>
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.h8 #include <linux/netdevice.h>
/linux-master/net/appletalk/
H A Ddev.c9 #include <linux/netdevice.h>
/linux-master/net/6lowpan/
H A D6lowpan_i.h5 #include <linux/netdevice.h>

Completed in 189 milliseconds

1234567891011>>