Searched refs:call_switchdev_notifiers (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/net/bridge/ |
D | br_switchdev.c | 79 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/ |
D | switchdev.h | 169 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/ |
D | switchdev.c | 411 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/ |
D | spectrum_switchdev.c | 2421 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()
|
D | spectrum_router.c | 7527 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/ |
D | switchdev.txt | 199 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/ |
D | rocker_ofdpa.c | 1832 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()
|
D | rocker_main.c | 2751 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in rocker_fdb_offload_notify()
|
/Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/ |
D | ethsw.c | 1212 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in ethsw_switchdev_event_work()
|
/Linux-v5.4/net/dsa/ |
D | slave.c | 1592 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dsa_slave_switchdev_event_work()
|
/Linux-v5.4/drivers/net/ |
D | vxlan.c | 393 ret = call_switchdev_notifiers(notifier_type, vxlan->dev, in vxlan_fdb_switchdev_call_notifiers()
|