Searched refs:switchdev (Results 1 – 16 of 16) sorted by relevance
5 Ethernet switch device driver model (switchdev)13 The Ethernet switch device driver model (switchdev) is an in-kernel driver17 Figure 1 is a block diagram showing the components of the switchdev model for71 #include <net/switchdev.h>77 Use "depends NET_SWITCHDEV" in driver's Kconfig to ensure switchdev model84 On switchdev driver initialization, the driver will allocate and register a95 port netdevs. All of the switchdev driver ops are netdev ops or switchdev ops.97 A switch management port is outside the scope of the switchdev driver model.105 The switchdev driver must implement the net_device operation141 If the switchdev driver (and device) only supports offloading of the default[all …]
98 switchdev
6 obj-$(CONFIG_NET_SWITCHDEV) += switchdev.o
21 used by switchdev as well as by DSA drivers.
440 struct switch_dev switchdev; member952 switch_set_state(&hdmi->switchdev, status); in rk618_hdmi_connector_detect()1566 hdmi->switchdev.name = "hdmi"; in rk618_hdmi_probe()1567 switch_dev_register(&hdmi->switchdev); in rk618_hdmi_probe()1580 switch_dev_unregister(&hdmi->switchdev); in rk618_hdmi_remove()
82 obj-y += switchdev/
243 source "net/switchdev/Kconfig"
286 - Switchdev:``net/switchdev/*``522 - ``port_vlan_dump``: bridge layer function invoked with a switchdev callback524 of. A switchdev object is used to carry the VID and bridge flags.541 - ``port_fdb_dump``: bridge layer function invoked with a switchdev callback543 the given port. A switchdev object is used to carry the VID and FDB info.564 - ``port_mdb_dump``: bridge layer function invoked with a switchdev callback566 the given port. A switchdev object is used to carry the VID and MDB info.
308 are only used as a conduit for switchdev operations.
4 Texas Instruments CPSW switchdev based ethernet driver98 All configuration is implemented via switchdev API.
82 Documentation/networking/switchdev.rst
87 the Linux bridge. The kernel switchdev layer, and DSA driver, ensure
65 tristate "TI CPSW Switch Support with switchdev"
93 If set to N, TC offloads in both NIC and switchdev modes will be disabled.
227 offload for eswitch. This option enables SR-IOV switchdev eswitch
10594 W: https://github.com/Marvell-switching/switchdev-prestera16837 F: include/net/switchdev.h16838 F: net/switchdev/