Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/i825xx/
Dsni_82596.c80 struct net_device *netdevice; in sni_82596_probe() local
103 netdevice = alloc_etherdev(sizeof(struct i596_private)); in sni_82596_probe()
104 if (!netdevice) in sni_82596_probe()
107 SET_NETDEV_DEV(netdevice, &dev->dev); in sni_82596_probe()
108 platform_set_drvdata (dev, netdevice); in sni_82596_probe()
110 netdevice->base_addr = res->start; in sni_82596_probe()
111 netdevice->irq = platform_get_irq(dev, 0); in sni_82596_probe()
118 netdevice->dev_addr[0] = readb(eth_addr + 0x0b); in sni_82596_probe()
119 netdevice->dev_addr[1] = readb(eth_addr + 0x0a); in sni_82596_probe()
120 netdevice->dev_addr[2] = readb(eth_addr + 0x09); in sni_82596_probe()
[all …]
Dlasi_82596.c156 struct net_device *netdevice; in lan_init_chip() local
170 netdevice = alloc_etherdev(sizeof(struct i596_private)); in lan_init_chip()
171 if (!netdevice) in lan_init_chip()
173 SET_NETDEV_DEV(netdevice, &dev->dev); in lan_init_chip()
174 parisc_set_drvdata (dev, netdevice); in lan_init_chip()
176 netdevice->base_addr = dev->hpa.start; in lan_init_chip()
177 netdevice->irq = dev->irq; in lan_init_chip()
179 if (pdc_lan_station_id(netdevice->dev_addr, netdevice->base_addr)) { in lan_init_chip()
181 netdevice->dev_addr[i] = gsc_readb(LAN_PROM_ADDR + i); in lan_init_chip()
187 lp = netdev_priv(netdevice); in lan_init_chip()
[all …]
/Linux-v5.4/drivers/net/wan/
Dz85230.c458 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 …]
Dsealevel.c65 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()
Dhostess_sv11.c65 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()
Dz85230.h328 struct net_device *netdevice; /* Network layer device */ member
/Linux-v5.4/tools/testing/selftests/net/
DMakefile7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
/Linux-v5.4/Documentation/networking/device_drivers/mellanox/
Dmlx5.rst35 | 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.
/Linux-v5.4/Documentation/fault-injection/
Dnotifier-error-inject.rst82 Example: Inject netdevice mtu change error (-22 == -EINVAL)::
/Linux-v5.4/Documentation/networking/
Dkapi.rst125 .. kernel-doc:: include/linux/netdevice.h
Dnf_flowtable.txt16 output netdevice via neigh_xmit(), hence, they bypass the classic forwarding
Dxfrm_device.txt37 /* from include/linux/netdevice.h */
Dswitchdev.txt60 #include <linux/netdevice.h>
155 registering for netdevice events and acting on NETDEV_CHANGEUPPER.
Dl2tp.txt56 the netdevice is created upon a netlink request to create an L2TPv3
68 netdevice driver, managing virtual ethernet devices, one per
Dlapb-module.txt254 file include/linux/netdevice.h) if and only if the frame was dropped
Dz8530book.rst113 netdevice field of each channel. The hdlc-> priv field of the network
Dvrf.txt183 Network interfaces are assigned to a VRF by enslaving the netdevice to a
Dcan.rst1070 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-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
DKconfig48 Enables ethernet netdevice arfs support and ntuple filtering.
/Linux-v5.4/Documentation/driver-api/
Ds390-drivers.rst110 devices as slave devices and can be associated with the netdevice.
/Linux-v5.4/net/
DKconfig399 tunnels like mpls. There is no netdevice associated with a light
/Linux-v5.4/Documentation/networking/dsa/
Dsja1105.rst82 These are used to trap BPDUs and PTP traffic to the master netdevice, and are
/Linux-v5.4/lib/
DKconfig.debug1520 netdevice notifier chain callbacks. It is controlled through debugfs
1526 Example: Inject netdevice mtu change error (-22 = -EINVAL)
/Linux-v5.4/Documentation/scsi/
DChangeLog.lpfc1460 * Remove unneeded #include <linux/netdevice.h>
/Linux-v5.4/
DMAINTAINERS11294 F: include/linux/netdevice.h
11301 F: include/uapi/linux/netdevice.h
11338 F: include/linux/netdevice.h
11341 F: include/uapi/linux/netdevice.h