Home
last modified time | relevance | path

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

12345678910>>...47

/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>
230 panic("loopback: Failed to register netdevice: %d\n", err); in loopback_net_init()
239 /* blackhole netdevice */
H A Ddummy.c34 #include <linux/netdevice.h>
200 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 DKconfig45 Enables ethernet netdevice arfs support and ntuple filtering.
191 device can support RDMA, netdevice and vdpa device.
200 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/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/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/net/can/
H A Daf_can.c53 #include <linux/netdevice.h>
223 /* Make sure the CAN frame can pass the selected CAN netdevice. */ in can_send()
278 /* send to netdevice */ in can_send()
416 * @dev: pointer to netdevice (NULL => subscribe from 'all' CAN devices list)
504 * @dev: pointer to netdevice (NULL => unsubscribe from 'all' CAN devices list)
670 /* consume the skbuff allocated by the netdevice driver */ in can_receive()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.h4 #include <linux/netdevice.h>
/linux/include/net/
H A Dbareudp.h6 #include <linux/netdevice.h>
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_api.h7 #include <linux/netdevice.h>

12345678910>>...47