Symbol: call_switchdev_notifiers
drivers/net/dsa/mv88e6xxx/switchdev.c
78
err = call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE,
drivers/net/ethernet/adi/adin1110.c
1354
call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED,
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
2303
call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev,
drivers/net/ethernet/intel/ice/ice_eswitch_br.c
354
call_switchdev_notifiers(val, dev, &fdb_info.info, NULL);
drivers/net/ethernet/marvell/prestera/prestera_switchdev.c
1212
call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, port->dev,
drivers/net/ethernet/marvell/prestera/prestera_switchdev.c
1803
call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE,
drivers/net/ethernet/marvell/prestera/prestera_switchdev.c
1807
call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE,
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c
32
call_switchdev_notifiers(val, dev, &send_info.info, NULL);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10571
call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info,
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10619
call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
3042
call_switchdev_notifiers(type, dev, &info.info, NULL);
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
3068
call_switchdev_notifiers(type, dev, &info.info, NULL);
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
3442
call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
3455
call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
3600
call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev,
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
3621
call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev,
drivers/net/ethernet/microchip/lan966x/lan966x_mac.c
270
call_switchdev_notifiers(type, dev, &info.info, NULL);
drivers/net/ethernet/microchip/sparx5/sparx5_mactable.c
288
call_switchdev_notifiers(type, dev, &info.info, NULL);
drivers/net/ethernet/rocker/rocker_main.c
2707
call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED,
drivers/net/ethernet/rocker/rocker_ofdpa.c
1834
call_switchdev_notifiers(event, lw->ofdpa_port->dev, &info.info, NULL);
drivers/net/ethernet/ti/am65-cpsw-switchdev.c
362
call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED,
drivers/net/ethernet/ti/cpsw_switchdev.c
372
call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED,
drivers/net/ethernet/ti/icssg/icssg_switchdev.c
121
call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED,
drivers/net/ethernet/ti/icssm/icssm_switchdev.c
86
call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, ndev, &info.info,
drivers/net/vxlan/vxlan_core.c
323
ret = call_switchdev_notifiers(notifier_type, vxlan->dev,
drivers/s390/net/qeth_l2_main.c
293
call_switchdev_notifiers(SWITCHDEV_FDB_FLUSH_TO_BRIDGE,
drivers/s390/net/qeth_l2_main.c
653
call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE,
drivers/s390/net/qeth_l2_main.c
659
call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE,
include/net/switchdev.h
322
int call_switchdev_notifiers(unsigned long val, struct net_device *dev,
net/bridge/br_switchdev.c
103
err = call_switchdev_notifiers(SWITCHDEV_PORT_ATTR_SET, p->dev,
net/bridge/br_switchdev.c
169
call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_DEVICE,
net/bridge/br_switchdev.c
173
call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_DEVICE,
net/dsa/port.c
51
call_switchdev_notifiers(SWITCHDEV_FDB_FLUSH_TO_BRIDGE,
net/dsa/user.c
3625
call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED,
net/switchdev/switchdev.c
517
EXPORT_SYMBOL_GPL(call_switchdev_notifiers);