| /linux/drivers/net/ethernet/i825xx/ |
| H A D | lasi_82596.c | 146 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(addr, netdevice->base_addr)) { in lan_init_chip() 177 eth_hw_addr_set(netdevice, addr); in lan_init_chip() 179 lp = netdev_priv(netdevice); in lan_init_chip() [all …]
|
| /linux/Documentation/networking/ |
| H A D | representors.rst | 37 netdevice; in some cases (e.g. link state) the representee will follow the 70 representor netdevice should be delivered to the representee; packets 72 be received on the representor netdevice. (That is, there is a virtual pipe 83 netdevice, while in hardware offload it would apply to packets transmitted by 128 user' netdevice. 148 port on the switch, create a pure-software netdevice which has some form of 149 in-kernel reference to the switchdev function's own netdevice or driver private 154 The operations of the representor netdevice will generally involve acting 163 The representor netdevice should *not* directly refer to a PCIe device (e.g. 167 assign a devlink port instance to the netdevice before registering the [all …]
|
| H A D | nf_flowtable.rst | 21 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
|
| H A D | phy-link-topology.rst | 70 The :c:type:`struct phy_link_topology <phy_link_topology>` is a per-netdevice 71 resource, that gets initialized at netdevice creation. Once it's initialized,
|
| H A D | lapb-module.rst | 295 file include/linux/netdevice.h) if and only if the frame was dropped
|
| H A D | mctp.rst | 22 device. This is represented as a ``struct netdevice``.
|
| H A D | l2tp.rst | 29 netdevice, e.g. ``pppN``, ``l2tpethN``, through which data frames pass 761 a single netdevice rather than an ``l2tpethN`` and ``l2tpethN``:M
|
| H A D | switchdev.rst | 71 #include <linux/netdevice.h> 166 registering for netdevice events and acting on NETDEV_CHANGEUPPER.
|
| H A D | netdevices.rst | 185 may still have outstanding references to the netdevice.
|
| H A D | vrf.rst | 213 Network interfaces are assigned to a VRF by enslaving the netdevice to a
|
| H A D | can.rst | 1406 The CAN netdevice driver capabilities can be distinguished by the network 1561 - Matthias Brukner (first SJA1000 CAN netdevice implementation Q2/2003)
|
| /linux/scripts/coccinelle/free/ |
| H A D | ifnulldev_put.cocci | 2 /// Since commit b37a46683739 ("netdevice: add the case if dev is NULL"),
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | Kconfig | 44 Enables ethernet netdevice arfs support and ntuple filtering. 190 device can support RDMA, netdevice and vdpa device. 199 port is managed through devlink. A subfunction supports RDMA, netdevice
|
| /linux/Documentation/fault-injection/ |
| H A D | notifier-error-inject.rst | 82 Example: Inject netdevice mtu change error (-22 == -EINVAL)::
|
| /linux/tools/testing/selftests/net/ |
| H A D | Makefile | 69 netdevice.sh \
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-linecard.rst | 56 - The carrier is decided as for ordinary port netdevice
|
| H A D | devlink-port.rst | 157 The configured MAC address of the PCI VF/SF will be used by netdevice and rdma 321 For example, the number of netdevice channels and RDMA device completion 367 representor netdevice.
|
| H A D | devlink-params.rst | 132 parent netdevice's Function rx filter. This parameter limit the
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | README.rst | 23 The netdevice against which tests will be run must exist, be running 65 Name of the netdevice against which the test should be executed.
|
| /linux/usr/include/ |
| H A D | Makefile | 121 uses-libc += linux/netdevice.h
|
| /linux/Documentation/driver-api/ |
| H A D | s390-drivers.rst | 110 devices as slave devices and can be associated with the netdevice.
|
| H A D | dpll.rst | 685 to drive dpll with signal recovered from the PHY netdevice. 686 This is done by exposing a pin to the netdevice - attaching pin to the 687 netdevice itself with
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1460 * Remove unneeded #include <linux/netdevice.h>
|