| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A D | sni_82596.c | 74 struct net_device *netdevice; in sni_82596_probe() local 97 netdevice = alloc_etherdev(sizeof(struct i596_private)); in sni_82596_probe() 98 if (!netdevice) in sni_82596_probe() 101 SET_NETDEV_DEV(netdevice, &dev->dev); in sni_82596_probe() 102 platform_set_drvdata (dev, netdevice); in sni_82596_probe() 104 netdevice->base_addr = res->start; in sni_82596_probe() 105 netdevice->irq = platform_get_irq(dev, 0); in sni_82596_probe() 112 netdevice->dev_addr[0] = readb(eth_addr + 0x0b); in sni_82596_probe() 113 netdevice->dev_addr[1] = readb(eth_addr + 0x0a); in sni_82596_probe() 114 netdevice->dev_addr[2] = readb(eth_addr + 0x09); in sni_82596_probe() [all …]
|
| H A D | lasi_82596.c | 147 struct net_device *netdevice; in lan_init_chip() local 161 netdevice = alloc_etherdev(sizeof(struct i596_private)); in lan_init_chip() 162 if (!netdevice) in lan_init_chip() 164 SET_NETDEV_DEV(netdevice, &dev->dev); in lan_init_chip() 165 parisc_set_drvdata (dev, netdevice); in lan_init_chip() 167 netdevice->base_addr = dev->hpa.start; in lan_init_chip() 168 netdevice->irq = dev->irq; in lan_init_chip() 170 if (pdc_lan_station_id(netdevice->dev_addr, netdevice->base_addr)) { in lan_init_chip() 172 netdevice->dev_addr[i] = gsc_readb(LAN_PROM_ADDR + i); in lan_init_chip() 178 lp = netdev_priv(netdevice); in lan_init_chip() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | z85230.c | 458 chan->netdevice->stats.tx_fifo_errors++; in z8530_status() 468 if (chan->netdevice) in z8530_status() 469 netif_carrier_on(chan->netdevice); in z8530_status() 474 if (chan->netdevice) in z8530_status() 475 netif_carrier_off(chan->netdevice); in z8530_status() 588 if (chan->netdevice) in z8530_dma_status() 589 netif_carrier_on(chan->netdevice); in z8530_dma_status() 594 if (chan->netdevice) in z8530_dma_status() 595 netif_carrier_off(chan->netdevice); in z8530_dma_status() 1448 c->netdevice->stats.tx_dropped++; in z8530_tx_begin() [all …]
|
| H A D | sealevel.c | 65 skb->protocol = hdlc_type_trans(skb, c->netdevice); in sealevel_input() 67 skb->dev = c->netdevice; in sealevel_input() 194 sv->chan->netdevice = dev; in slvl_setup() 318 unregister_hdlc_device(b->dev[0].chan->netdevice); in slvl_init() 319 free_netdev(b->dev[0].chan->netdevice); in slvl_init() 340 struct net_device *d = b->dev[u].chan->netdevice; in slvl_shutdown()
|
| H A D | hostess_sv11.c | 65 skb->protocol = hdlc_type_trans(skb, c->netdevice); in hostess_input() 67 skb->dev = c->netdevice; in hostess_input() 275 sv->chanA.netdevice = netdev = alloc_hdlcdev(sv); in sv11_init() 312 unregister_hdlc_device(dev->chanA.netdevice); in sv11_shutdown() 321 free_netdev(dev->chanA.netdevice); in sv11_shutdown()
|
| H A D | z85230.h | 328 struct net_device *netdevice; /* Network layer device */ member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
| H A D | 0002-teamd-Re-adjust-include-header-order.patch | 29 #include <linux/netdevice.h>
|
| /OK3568_Linux_fs/buildroot/package/libteam/ |
| H A D | 0002-fix-build-on-openwrt-musl-libc.patch | 26 -#include <linux/netdevice.h>
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | Makefile | 7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/mellanox/ |
| H A D | mlx5.rst | 35 | Choosing this option will allow basic ethernet netdevice support with all of the standard rx/t… 36 | mlx5e is the mlx5 ulp driver which provides netdevice kernel interface, when chosen, mlx5e wil… 76 | IPoIB ulp netdevice.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/ |
| H A D | 0003-uapi-fix-linux-if.h-userspace-compilation-errors.patch | 28 linux/netdevice.h
|
| /OK3568_Linux_fs/kernel/Documentation/fault-injection/ |
| H A D | notifier-error-inject.rst | 82 Example: Inject netdevice mtu change error (-22 == -EINVAL)::
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | kapi.rst | 125 .. kernel-doc:: include/linux/netdevice.h
|
| H A D | nf_flowtable.rst | 19 output netdevice via neigh_xmit(), hence, they bypass the classic forwarding
|
| H A D | xfrm_device.rst | 41 /* from include/linux/netdevice.h */
|
| H A D | switchdev.rst | 70 #include <linux/netdevice.h> 165 registering for netdevice events and acting on NETDEV_CHANGEUPPER.
|
| H A D | netdevices.rst | 183 may still have outstanding references to the netdevice.
|
| H A D | lapb-module.rst | 295 file include/linux/netdevice.h) if and only if the frame was dropped
|
| H A D | l2tp.rst | 29 netdevice, e.g. ``pppN``, ``l2tpethN``, through which data frames pass 652 a single netdevice rather than an ``l2tpethN`` and ``l2tpethN``:M
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0001-Adjust-for-musl-headers.patch | 374 #include <linux/netdevice.h> 440 #include <linux/netdevice.h>
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | s390-drivers.rst | 110 devices as slave devices and can be associated with the netdevice.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0001-Adjust-for-musl-headers.patch | 447 #include <linux/netdevice.h> 523 #include <linux/netdevice.h>
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | Kconfig | 48 Enables ethernet netdevice arfs support and ntuple filtering.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …qether.h falloc.h unix_diag.h mic_common.h tty_flags.h fs.h netfilter.h netdevice.h rio_mport_cdev…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …qether.h falloc.h unix_diag.h mic_common.h tty_flags.h fs.h netfilter.h netdevice.h rio_mport_cdev…
|