Searched refs:switchdev (Results 1 – 25 of 37) sorted by relevance
12
1 …switchdev/built-in.a := echo >/dev/null; rm -f net/switchdev/built-in.a; /usr/bin/ccache /home/tes…
1 …switchdev/switchdev.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/…3 source_net/switchdev/switchdev.o := net/switchdev/switchdev.c5 deps_net/switchdev/switchdev.o := \1387 include/net/switchdev.h \1472 net/switchdev/switchdev.o: $(deps_net/switchdev/switchdev.o)1474 $(deps_net/switchdev/switchdev.o):
6 obj-y += switchdev.o
3 switchdev.o/
21 struct ice_vsi *uplink_vsi = pf->switchdev.uplink_vsi; in ice_eswitch_setup_env()23 struct ice_vsi *ctrl_vsi = pf->switchdev.control_vsi; in ice_eswitch_setup_env()90 struct ice_vsi *vsi = pf->switchdev.control_vsi; in ice_eswitch_remap_rings_to_vectors()126 struct ice_vsi *ctrl_vsi = pf->switchdev.control_vsi; in ice_eswitch_setup_reprs()404 if (!pf->switchdev.control_vsi) in ice_eswitch_enable_switchdev()407 ctrl_vsi = pf->switchdev.control_vsi; in ice_eswitch_enable_switchdev()408 pf->switchdev.uplink_vsi = ice_get_main_vsi(pf); in ice_eswitch_enable_switchdev()409 if (!pf->switchdev.uplink_vsi) in ice_eswitch_enable_switchdev()517 control_vsi = vsi->back->switchdev.control_vsi; in ice_eswitch_get_target_netdev()562 pf->switchdev.is_running = false; in ice_eswitch_release()[all …]
598 struct ice_switchdev_info switchdev; member766 return pf->switchdev.is_running; in ice_is_switchdev_running()
424 fltr->dest_vsi = vsi->back->switchdev.uplink_vsi; in ice_eswitch_add_tc_fltr()
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 model95 port netdevs. All of the switchdev driver ops are netdev ops or switchdev ops.105 The switchdev driver must implement the net_device operation174 To offloading L2 bridging, the switchdev driver/device should support:268 To support learning, the driver implements switchdev op294 driver of STP state change on a port using the switchdev op[all …]
101 switchdev
64 switchdev mode for NICs).
196 Metadata is applicable only for E-switch in switchdev mode and217 - Change eswitch mode to switchdev mode where after choosing the metadata value::219 $ devlink dev eswitch set pci/0000:06:00.0 mode switchdev223 The mlx5 driver implements support for offloading bridge rules when in switchdev224 mode. Linux bridge FDBs are automatically offloaded when mlx5 switchdev227 - Change device to switchdev mode::229 $ devlink dev eswitch set pci/0000:06:00.0 mode switchdev231 - Attach mlx5 switchdev representor 'enp8s0f0' to bridge netdev 'bridge1'::319 - Change device to switchdev mode::321 $ devlink dev eswitch set pci/0000:06:00.0 mode switchdev[all …]
4 Texas Instruments K3 AM65 CPSW NUSS switchdev based ethernet driver48 All configuration is implemented via switchdev API.
4 Texas Instruments CPSW switchdev based ethernet driver98 All configuration is implemented via switchdev API.
199 switchdev/switchdev.o/
1 …/built-in.a net/9p/built-in.a net/sysctl_net.o net/dns_resolver/built-in.a net/switchdev/built-in.a
75 obj-$(CONFIG_NET_SWITCHDEV) += switchdev/
243 source "net/switchdev/Kconfig"
23 used by switchdev as well as by DSA drivers.
29 ti-am65-cpsw-nuss-$(CONFIG_TI_K3_AM65_CPSW_SWITCHDEV) += am65-cpsw-switchdev.o
65 tristate "TI CPSW Switch Support with switchdev"114 This enables switchdev support for TI K3 CPSWxG Ethernet
405 - Switchdev:``net/switchdev/*``690 - ``port_vlan_dump``: bridge layer function invoked with a switchdev callback692 of. A switchdev object is used to carry the VID and bridge flags.709 - ``port_fdb_dump``: bridge layer function invoked with a switchdev callback711 the given port. A switchdev object is used to carry the VID and FDB info.728 - ``port_mdb_dump``: bridge layer function invoked with a switchdev callback730 the given port. A switchdev object is used to carry the VID and MDB info.745 are treated similarly: DSA offloads the same switchdev object / port attribute784 listens for the bare minimum switchdev objects required for the software assist
235 offload for eswitch. This option enables SR-IOV switchdev eswitch
605 devlink dev eswitch set $DL_HANDLE mode switchdev
102 If set to N, TC offloads in both NIC and switchdev modes will be disabled.
324 #devlink dev eswitch set pci/0000:XX:XX.X mode switchdev
Completed in 24 milliseconds