Searched refs:call_switchdev_notifiers (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/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.10/include/net/ |
D | switchdev.h | 271 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/ |
D | switchdev.c | 410 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/ |
D | prestera_switchdev.c | 763 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/ |
D | spectrum_switchdev.c | 2381 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()
|
D | spectrum_router.c | 7556 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/ |
D | cpsw_switchdev.c | 417 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in cpsw_fdb_offload_notify()
|
/Linux-v5.10/Documentation/networking/ |
D | switchdev.rst | 209 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/ |
D | qeth_l2_main.c | 292 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/ |
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.10/drivers/staging/fsl-dpaa2/ethsw/ |
D | ethsw.c | 1327 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dpaa2_switch_event_work()
|
/Linux-v5.10/net/dsa/ |
D | slave.c | 2037 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dsa_slave_switchdev_event_work()
|
/Linux-v5.10/drivers/net/ |
D | vxlan.c | 424 ret = call_switchdev_notifiers(notifier_type, vxlan->dev, in vxlan_fdb_switchdev_call_notifiers()
|