/Linux-v4.19/drivers/net/ethernet/i825xx/ |
D | sni_82596.c | 77 struct net_device *netdevice; in sni_82596_probe() local 100 netdevice = alloc_etherdev(sizeof(struct i596_private)); in sni_82596_probe() 101 if (!netdevice) in sni_82596_probe() 104 SET_NETDEV_DEV(netdevice, &dev->dev); in sni_82596_probe() 105 platform_set_drvdata (dev, netdevice); in sni_82596_probe() 107 netdevice->base_addr = res->start; in sni_82596_probe() 108 netdevice->irq = platform_get_irq(dev, 0); in sni_82596_probe() 115 netdevice->dev_addr[0] = readb(eth_addr + 0x0b); in sni_82596_probe() 116 netdevice->dev_addr[1] = readb(eth_addr + 0x0a); in sni_82596_probe() 117 netdevice->dev_addr[2] = readb(eth_addr + 0x09); in sni_82596_probe() [all …]
|
D | lasi_82596.c | 153 struct net_device *netdevice; in lan_init_chip() local 167 netdevice = alloc_etherdev(sizeof(struct i596_private)); in lan_init_chip() 168 if (!netdevice) in lan_init_chip() 170 SET_NETDEV_DEV(netdevice, &dev->dev); in lan_init_chip() 171 parisc_set_drvdata (dev, netdevice); in lan_init_chip() 173 netdevice->base_addr = dev->hpa.start; in lan_init_chip() 174 netdevice->irq = dev->irq; in lan_init_chip() 176 if (pdc_lan_station_id(netdevice->dev_addr, netdevice->base_addr)) { in lan_init_chip() 178 netdevice->dev_addr[i] = gsc_readb(LAN_PROM_ADDR + i); in lan_init_chip() 184 lp = netdev_priv(netdevice); in lan_init_chip() [all …]
|
/Linux-v4.19/drivers/net/wan/ |
D | z85230.c | 461 chan->netdevice->stats.tx_fifo_errors++; in z8530_status() 471 if (chan->netdevice) in z8530_status() 472 netif_carrier_on(chan->netdevice); in z8530_status() 477 if (chan->netdevice) in z8530_status() 478 netif_carrier_off(chan->netdevice); in z8530_status() 591 if (chan->netdevice) in z8530_dma_status() 592 netif_carrier_on(chan->netdevice); in z8530_dma_status() 597 if (chan->netdevice) in z8530_dma_status() 598 netif_carrier_off(chan->netdevice); in z8530_dma_status() 1451 c->netdevice->stats.tx_dropped++; in z8530_tx_begin() [all …]
|
D | sealevel.c | 70 skb->protocol = hdlc_type_trans(skb, c->netdevice); in sealevel_input() 72 skb->dev = c->netdevice; in sealevel_input() 199 sv->chan->netdevice = dev; in slvl_setup() 323 unregister_hdlc_device(b->dev[0].chan->netdevice); in slvl_init() 324 free_netdev(b->dev[0].chan->netdevice); in slvl_init() 345 struct net_device *d = b->dev[u].chan->netdevice; in slvl_shutdown()
|
D | hostess_sv11.c | 64 skb->protocol = hdlc_type_trans(skb, c->netdevice); in hostess_input() 66 skb->dev = c->netdevice; in hostess_input() 274 sv->chanA.netdevice = netdev = alloc_hdlcdev(sv); in sv11_init() 311 unregister_hdlc_device(dev->chanA.netdevice); in sv11_shutdown() 320 free_netdev(dev->chanA.netdevice); in sv11_shutdown()
|
D | z85230.h | 328 struct net_device *netdevice; /* Network layer device */ member
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | Makefile | 7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh
|
/Linux-v4.19/Documentation/fault-injection/ |
D | notifier-error-inject.txt | 78 Example: Inject netdevice mtu change error (-22 == -EINVAL)
|
/Linux-v4.19/Documentation/networking/ |
D | kapi.rst | 125 .. kernel-doc:: include/linux/netdevice.h
|
D | nf_flowtable.txt | 16 output netdevice via neigh_xmit(), hence, they bypass the classic forwarding
|
D | xfrm_device.txt | 37 /* from include/linux/netdevice.h */
|
D | l2tp.txt | 56 the netdevice is created upon a netlink request to create an L2TPv3 68 netdevice driver, managing virtual ethernet devices, one per
|
D | switchdev.txt | 60 #include <linux/netdevice.h> 155 registering for netdevice events and acting on NETDEV_CHANGEUPPER.
|
D | lapb-module.txt | 254 file include/linux/netdevice.h) if and only if the frame was dropped
|
D | z8530book.rst | 113 netdevice field of each channel. The hdlc-> priv field of the network
|
D | vrf.txt | 169 Network interfaces are assigned to a VRF by enslaving the netdevice to a
|
D | can.rst | 1070 dev->type = ARPHRD_CAN; /* the netdevice hardware type */ 1337 The CAN netdevice driver capabilities can be distinguished by the network 1428 - Matthias Brukner (first SJA1000 CAN netdevice implementation Q2/2003)
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Kconfig | 45 Enables ethernet netdevice arfs support and ntuple filtering.
|
/Linux-v4.19/Documentation/driver-api/ |
D | s390-drivers.rst | 110 devices as slave devices and can be associated with the netdevice.
|
/Linux-v4.19/net/ |
D | Kconfig | 393 tunnels like mpls. There is no netdevice associated with a light
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 3520 int nes_cm_recv(struct sk_buff *skb, struct net_device *netdevice) in nes_cm_recv() argument 3526 rc = g_cm_core->api->recv_pkt(g_cm_core, netdev_priv(netdevice), skb); in nes_cm_recv()
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 1496 netdevice notifier chain callbacks. It is controlled through debugfs 1502 Example: Inject netdevice mtu change error (-22 = -EINVAL)
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 1460 * Remove unneeded #include <linux/netdevice.h>
|
/Linux-v4.19/ |
D | MAINTAINERS | 10078 F: include/linux/netdevice.h 10085 F: include/uapi/linux/netdevice.h 10121 F: include/linux/netdevice.h 10124 F: include/uapi/linux/netdevice.h
|