Home
last modified time | relevance | path

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

12345678910>>...19

/linux/drivers/net/ethernet/i825xx/
A Dsni_82596.c74 struct net_device *netdevice; in sni_82596_probe() local
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()
120 if (!netdevice->irq) { in sni_82596_probe()
122 __FILE__, netdevice->base_addr); in sni_82596_probe()
126 lp = netdev_priv(netdevice); in sni_82596_probe()
136 retval = i82596_probe(netdevice); in sni_82596_probe()
[all …]
A Dlasi_82596.c147 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()
178 lp = netdev_priv(netdevice); in lan_init_chip()
186 retval = i82596_probe(netdevice); in lan_init_chip()
[all …]
/linux/drivers/net/wan/
A Dz85230.c429 if (chan->netdevice) in z8530_status()
435 if (chan->netdevice) in z8530_status()
536 if (chan->netdevice) in z8530_dma_status()
542 if (chan->netdevice) in z8530_dma_status()
1379 netif_wake_queue(c->netdevice); in z8530_tx_begin()
1404 c->netdevice->stats.tx_packets++; in z8530_tx_done()
1495 c->netdevice->stats.rx_dropped++; in z8530_rx_done()
1500 c->netdevice->stats.rx_packets++; in z8530_rx_done()
1537 c->netdevice->stats.rx_packets++; in z8530_rx_done()
1546 c->netdevice->stats.rx_dropped++; in z8530_rx_done()
[all …]
A Dsealevel.c57 skb->protocol = hdlc_type_trans(skb, c->netdevice); in sealevel_input()
59 skb->dev = c->netdevice; in sealevel_input()
169 sv->chan->netdevice = dev; in slvl_setup()
278 unregister_hdlc_device(b->dev[0].chan->netdevice); in slvl_init()
279 free_netdev(b->dev[0].chan->netdevice); in slvl_init()
300 struct net_device *d = b->dev[u].chan->netdevice; in slvl_shutdown()
A Dhostess_sv11.c62 skb->protocol = hdlc_type_trans(skb, c->netdevice); in hostess_input()
64 skb->dev = c->netdevice; in hostess_input()
256 sv->chanA.netdevice = netdev = alloc_hdlcdev(sv); in sv11_init()
293 unregister_hdlc_device(dev->chanA.netdevice); in sv11_shutdown()
302 free_netdev(dev->chanA.netdevice); in sv11_shutdown()
A Dz85230.h328 struct net_device *netdevice; /* Network layer device */ member
/linux/Documentation/networking/device_drivers/qlogic/
A Dqlge.rst27 def netdev_priv(netdevice):
29 return netdevice.value_() + align(struct_size("net_device"), NETDEV_ALIGN)
34 for netdevice in list_for_each_entry("struct net_device", netdevices, "dev_list"):
35 if netdevice.name.string_().decode('ascii') == name:
36 print(netdevice.name)
/linux/Documentation/networking/
A Dnf_flowtable.rst21 transmitted to the output netdevice via neigh_xmit(), hence, packets bypass the
124 netdevice behind VLAN and PPPoE netdevices. The flowtable software datapath
163 represented by the real netdevice) to your flowtable definition.
215 either the destination MAC address or the egress netdevice that is used for
A Dkapi.rst104 .. kernel-doc:: include/linux/netdevice.h
A Dxfrm_device.rst41 /* from include/linux/netdevice.h */
A Dmctp.rst22 device. This is represented as a ``struct netdevice``.
A Dnetdevices.rst183 may still have outstanding references to the netdevice.
A Dlapb-module.rst295 file include/linux/netdevice.h) if and only if the frame was dropped
A Dl2tp.rst29 netdevice, e.g. ``pppN``, ``l2tpethN``, through which data frames pass
652 a single netdevice rather than an ``l2tpethN`` and ``l2tpethN``:M
A Dswitchdev.rst70 #include <linux/netdevice.h>
165 registering for netdevice events and acting on NETDEV_CHANGEUPPER.
A Dvrf.rst213 Network interfaces are assigned to a VRF by enslaving the netdevice to a
A Dcan.rst1107 dev->type = ARPHRD_CAN; /* the netdevice hardware type */
1375 The CAN netdevice driver capabilities can be distinguished by the network
1466 - Matthias Brukner (first SJA1000 CAN netdevice implementation Q2/2003)
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A DKconfig47 Enables ethernet netdevice arfs support and ntuple filtering.
224 device can support RDMA, netdevice and vdpa device.
233 port is managed through devlink. A subfunction supports RDMA, netdevice
/linux/tools/testing/selftests/net/
A DMakefile7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
/linux/Documentation/fault-injection/
A Dnotifier-error-inject.rst82 Example: Inject netdevice mtu change error (-22 == -EINVAL)::
/linux/Documentation/networking/device_drivers/ethernet/mellanox/
A Dmlx5.rst38 | Choosing this option will allow basic ethernet netdevice support with all of the standard rx/t…
39 | mlx5e is the mlx5 ulp driver which provides netdevice kernel interface, when chosen, mlx5e wil…
79 | IPoIB ulp netdevice.
356 The configured MAC address of the PCI VF/SF will be used by netdevice and rdma
/linux/Documentation/driver-api/
A Ds390-drivers.rst110 devices as slave devices and can be associated with the netdevice.
/linux/Documentation/networking/devlink/
A Ddevlink-port.rst148 representor netdevice.
/linux/Documentation/networking/device_drivers/wan/
A Dz8530book.rst113 netdevice field of each channel. The hdlc-> priv field of the network
/linux/net/
A DKconfig395 tunnels like mpls. There is no netdevice associated with a light

Completed in 35 milliseconds

12345678910>>...19