Home
last modified time | relevance | path

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

/Linux-v5.15/net/bridge/
Dbr_switchdev.c98 err = call_switchdev_notifiers(SWITCHDEV_PORT_ATTR_SET, p->dev, in br_switchdev_set_port_flag()
141 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_DEVICE, in br_switchdev_fdb_notify()
145 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_DEVICE, in br_switchdev_fdb_notify()
/Linux-v5.15/include/net/
Dswitchdev.h288 int call_switchdev_notifiers(unsigned long val, struct net_device *dev,
399 static inline int call_switchdev_notifiers(unsigned long val, in call_switchdev_notifiers() function
/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_switchdev.c767 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, port->dev, in prestera_fdb_offload_notify()
1167 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in prestera_fdb_event()
1171 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in prestera_fdb_event()
/Linux-v5.15/net/switchdev/
Dswitchdev.c344 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_notifiers() function
352 EXPORT_SYMBOL_GPL(call_switchdev_notifiers);
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c2503 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_vxlan_call_notifiers()
2528 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_call_notifiers()
2899 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
2912 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3058 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
3079 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
Dspectrum_router.c9091 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_fid_fdb_del()
9142 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_vlan_fdb_del()
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_mactable.c285 call_switchdev_notifiers(type, dev, &info.info, NULL); in sparx5_fdb_call_notifiers()
/Linux-v5.15/drivers/net/ethernet/ti/
Dam65-cpsw-switchdev.c366 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in am65_cpsw_fdb_offload_notify()
Dcpsw_switchdev.c376 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in cpsw_fdb_offload_notify()
/Linux-v5.15/drivers/s390/net/
Dqeth_l2_main.c292 call_switchdev_notifiers(SWITCHDEV_FDB_FLUSH_TO_BRIDGE, in qeth_l2_dev2br_fdb_flush()
660 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
666 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
/Linux-v5.15/Documentation/networking/
Dswitchdev.rst232 err = call_switchdev_notifiers(val, dev, info, extack);
284 entry by calling call_switchdev_notifiers(SWITCHDEV_FDB_ADD, ...). The
/Linux-v5.15/net/dsa/
Dport.c47 call_switchdev_notifiers(SWITCHDEV_FDB_FLUSH_TO_BRIDGE, in dsa_port_notify_bridge_fdb_flush()
Dslave.c2368 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in dsa_fdb_offload_notify()
/Linux-v5.15/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.c2724 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in rocker_fdb_offload_notify()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dbridge.c77 call_switchdev_notifiers(val, dev, &send_info.info, NULL); in mlx5_esw_bridge_fdb_offload_notify()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c2235 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dpaa2_switch_event_work()
/Linux-v5.15/drivers/net/
Dvxlan.c425 ret = call_switchdev_notifiers(notifier_type, vxlan->dev, in vxlan_fdb_switchdev_call_notifiers()