Home
last modified time | relevance | path

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

12345678910>>...65

/linux/drivers/net/ethernet/i825xx/
H A Dsni_82596.c14 #include <linux/netdevice.h>
74 struct net_device *netdevice; in sni_82596_probe() local
98 netdevice = alloc_etherdev(sizeof(struct i596_private)); in sni_82596_probe()
99 if (!netdevice) in sni_82596_probe()
102 SET_NETDEV_DEV(netdevice, &dev->dev); in sni_82596_probe()
103 platform_set_drvdata (dev, netdevice); in sni_82596_probe()
105 netdevice->base_addr = res->start; in sni_82596_probe()
106 netdevice->irq = platform_get_irq(dev, 0); in sni_82596_probe()
119 eth_hw_addr_set(netdevice, mac); in sni_82596_probe()
122 if (netdevice->irq < 0) { in sni_82596_probe()
[all …]
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 Dnapi.rst40 from the system. The instances are attached to the netdevice passed
41 as argument (and will be deleted automatically when netdevice is
190 The ``gro_flush_timeout`` sysfs configuration of the netdevice
239 The configuration is per netdevice and will affect all
/linux/drivers/infiniband/core/
H A Droce_gid_mgmt.c190 * is_ndev_for_default_gid_filter - Check if a given netdevice
194 * @rdma_ndev: rdma netdevice pointer
195 * @cookie: Netdevice to consider to form a default GID
197 * is_ndev_for_default_gid_filter() returns true if a given netdevice can be
213 * When rdma netdevice is used in bonding, bonding master netdevice in is_ndev_for_default_gid_filter()
216 * Additionally when event(cookie) netdevice is bond master device, in is_ndev_for_default_gid_filter()
217 * make sure that it the upper netdevice of rdma netdevice. in is_ndev_for_default_gid_filter()
252 * is_upper_ndev_bond_master_filter - Check if a given netdevice
253 * is bond master device of netdevice of the RDMA device of port.
256 * @rdma_ndev: Pointer to rdma netdevice
[all …]
/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/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/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>
199 MODULE_DESCRIPTION("Dummy netdevice driver which discards all packets sent to it");
/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/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/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/Documentation/netlink/specs/
H A Dnetdev.yaml233 doc: ifindex of the netdevice to which NAPI instance belongs.
262 doc: ifindex of the netdevice to which the queue belongs.
297 doc: ifindex of the netdevice to which stats belong.
382 Counts only packets coalesced with the HW-GRO netdevice feature,
393 netdevice feature. LRO-coalesced packets are not counted.
/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/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
/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/net/core/
H A Ddev.h7 #include <linux/netdevice.h>
13 /* Random bits of netdevice that don't need to be exposed */
/linux/net/can/
H A Daf_can.c53 #include <linux/netdevice.h>
220 /* Make sure the CAN frame can pass the selected CAN netdevice. */ in can_send()
275 /* send to netdevice */ in can_send()
413 * @dev: pointer to netdevice (NULL => subscribe from 'all' CAN devices list)
501 * @dev: pointer to netdevice (NULL => unsubscribe from 'all' CAN devices list)
667 /* consume the skbuff allocated by the netdevice driver */ in can_receive()

12345678910>>...65