Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/include/net/
Dswitchdev.h169 int call_switchdev_notifiers(unsigned long val, struct net_device *dev,
237 static inline int call_switchdev_notifiers(unsigned long val, in call_switchdev_notifiers() function
/Linux-v5.4/net/switchdev/
Dswitchdev.c411 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_notifiers() function
419 EXPORT_SYMBOL_GPL(call_switchdev_notifiers);
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c2421 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_vxlan_call_notifiers()
2446 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_call_notifiers()
2802 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
2815 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
2960 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
2981 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
Dspectrum_router.c7527 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_vlan_fdb_del()
7615 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_fid_fdb_del()
/Linux-v5.4/Documentation/networking/
Dswitchdev.txt199 err = call_switchdev_notifiers(val, dev, info, extack);
251 entry by calling call_switchdev_notifiers(SWITCHDEV_FDB_ADD, ...). The
/Linux-v5.4/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.4/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c1212 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in ethsw_switchdev_event_work()
/Linux-v5.4/net/dsa/
Dslave.c1592 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dsa_slave_switchdev_event_work()
/Linux-v5.4/drivers/net/
Dvxlan.c393 ret = call_switchdev_notifiers(notifier_type, vxlan->dev, in vxlan_fdb_switchdev_call_notifiers()