Home
last modified time | relevance | path

Searched refs:call_switchdev_notifiers (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/net/bridge/
Dbr_switchdev.c79 err = call_switchdev_notifiers(SWITCHDEV_PORT_ATTR_SET, p->dev, in br_switchdev_set_port_flag()
118 call_switchdev_notifiers(notifier_type, dev, &info.info, NULL); in br_switchdev_fdb_call_notifiers()
/Linux-v5.10/include/net/
Dswitchdev.h271 int call_switchdev_notifiers(unsigned long val, struct net_device *dev,
339 static inline int call_switchdev_notifiers(unsigned long val, in call_switchdev_notifiers() function
/Linux-v5.10/net/switchdev/
Dswitchdev.c410 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_notifiers() function
418 EXPORT_SYMBOL_GPL(call_switchdev_notifiers);
/Linux-v5.10/drivers/net/ethernet/marvell/prestera/
Dprestera_switchdev.c763 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, port->dev, in prestera_fdb_offload_notify()
1162 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in prestera_fdb_event()
1166 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in prestera_fdb_event()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c2381 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_vxlan_call_notifiers()
2406 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_call_notifiers()
2773 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
2786 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
2931 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
2952 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
Dspectrum_router.c7556 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_fid_fdb_del()
7607 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_vlan_fdb_del()
/Linux-v5.10/drivers/net/ethernet/ti/
Dcpsw_switchdev.c417 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in cpsw_fdb_offload_notify()
/Linux-v5.10/Documentation/networking/
Dswitchdev.rst209 err = call_switchdev_notifiers(val, dev, info, extack);
261 entry by calling call_switchdev_notifiers(SWITCHDEV_FDB_ADD, ...). The
/Linux-v5.10/drivers/s390/net/
Dqeth_l2_main.c292 call_switchdev_notifiers(SWITCHDEV_FDB_FLUSH_TO_BRIDGE, in qeth_l2_dev2br_fdb_flush()
703 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
709 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
/Linux-v5.10/drivers/net/ethernet/rocker/
Drocker_ofdpa.c1832 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in ofdpa_port_fdb_learn_work()
1835 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in ofdpa_port_fdb_learn_work()
Drocker_main.c2751 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in rocker_fdb_offload_notify()
/Linux-v5.10/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c1327 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dpaa2_switch_event_work()
/Linux-v5.10/net/dsa/
Dslave.c2037 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dsa_slave_switchdev_event_work()
/Linux-v5.10/drivers/net/
Dvxlan.c424 ret = call_switchdev_notifiers(notifier_type, vxlan->dev, in vxlan_fdb_switchdev_call_notifiers()