Home
last modified time | relevance | path

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

12345678910>>...54

/linux/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c78 #include <linux/netdevice.h>
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()
[all …]
/linux/Documentation/networking/
H A Drepresentors.rst37 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 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
H A Dphy-link-topology.rst70 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,
/linux/lib/
H A Dnetdev-notifier-error-inject.c4 #include <linux/netdevice.h>
10 MODULE_PARM_DESC(priority, "specify netdevice notifier priority");
54 MODULE_DESCRIPTION("Netdevice notifier error injection module");
/linux/Documentation/fault-injection/
H A Dnotifier-error-inject.rst12 * Netdevice notifier
64 Netdevice notifier error injection module
70 Netdevice notifier events which can be failed are:
82 Example: Inject netdevice mtu change error (-22 == -EINVAL)::
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dkconfig.rst32 | Choosing this option will allow basic ethernet netdevice support with all of the standard rx/t…
33 | mlx5e is the mlx5 ulp driver which provides netdevice kernel interface, when chosen, mlx5e wil…
46 | IPoIB ulp netdevice.
124 | port is managed through devlink. A subfunction supports RDMA, netdevice
/linux/drivers/net/
H A DSpace.c26 #include <linux/netdevice.h>
34 * This structure holds boot-time configured netdevice settings. They
82 * @dev: the netdevice
140 * Saves at boot time configured settings for any netdevice.
H A Dloopback.c43 #include <linux/netdevice.h>
229 panic("loopback: Failed to register netdevice: %d\n", err); in loopback_net_init()
238 /* blackhole netdevice */
H A Ddummy.c34 #include <linux/netdevice.h>
198 MODULE_DESCRIPTION("Dummy netdevice driver which discards all packets sent to it");
/linux/include/linux/
H A Dphy_link_topology.h4 * part of a netdevice's link topology. PHYs can for example be chained,
15 #include <linux/netdevice.h>
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DKconfig44 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/tools/testing/selftests/net/forwarding/
H A Dmirror_gre.sh8 # gretap or ip6gretap netdevice. Expect that the packets come out encapsulated,
9 # and another gretap / ip6gretap netdevice is then capable of decapsulating the
/linux/drivers/infiniband/hw/hfi1/
H A Dnetdev.h12 #include <linux/netdevice.h>
39 * @rx_napi: the dummy netdevice to support "polling" the receive contexts
/linux/Documentation/netlink/specs/
H A Dnetdev.yaml233 doc: ifindex of the netdevice to which NAPI instance belongs.
282 doc: ifindex of the netdevice to which the queue belongs.
317 doc: ifindex of the netdevice to which stats belong.
402 Counts only packets coalesced with the HW-GRO netdevice feature,
413 netdevice feature. LRO-coalesced packets are not counted.
/linux/drivers/s390/net/
H A Dctcm_dbug.h95 * dev : netdevice with valid name field.
120 * dev : netdevice.
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h38 #include <linux/netdevice.h>
86 * must monitor netdev events on ufdev's netdevice. If NETDEV_REBOOT or
/linux/tools/testing/selftests/net/lib/py/
H A Dnsim.py14 Class for netdevsim netdevice and its attributes.
23 raise Exception("netdevice name mismatches the expected one")
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c180 /* Get QPN to netdevice hash table from parent */ in mlx5i_pkey_dev_init()
289 /* Called directly after IPoIB netdevice was created to initialize SW structs */
312 /* Called directly before IPoIB netdevice is destroyed to cleanup SW structs */
/linux/tools/testing/selftests/drivers/net/
H A DREADME.rst23 The netdevice against which tests will be run must exist, be running
57 Name of the netdevice against which the test should be executed.
/linux/include/net/
H A Daddrconf.h66 #include <linux/netdevice.h>
322 * __in6_dev_get - get inet6_dev pointer from netdevice
350 * __in6_dev_get_safely - get inet6_dev pointer from netdevice
364 * in6_dev_get - get inet6_dev pointer from netdevice
H A Dbareudp.h6 #include <linux/netdevice.h>
/linux/drivers/net/hyperv/
H A Dnetvsc_trace.c2 #include <linux/netdevice.h>
/linux/Documentation/networking/devlink/
H A Ddevlink-linecard.rst49 Netdevice carrier is decided as follows:
56 - The carrier is decided as for ordinary port netdevice
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.h4 #include <linux/netdevice.h>

12345678910>>...54