/linux-6.1.9/include/net/ |
D | switchdev.h | 314 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, 425 static inline int call_switchdev_notifiers(unsigned long val, in call_switchdev_notifiers() function
|
/linux-6.1.9/net/bridge/ |
D | br_switchdev.c | 100 err = call_switchdev_notifiers(SWITCHDEV_PORT_ATTR_SET, p->dev, in br_switchdev_set_port_flag() 153 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_DEVICE, in br_switchdev_fdb_notify() 157 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_DEVICE, in br_switchdev_fdb_notify()
|
/linux-6.1.9/net/switchdev/ |
D | switchdev.c | 345 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_notifiers() function 353 EXPORT_SYMBOL_GPL(call_switchdev_notifiers);
|
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/ |
D | prestera_switchdev.c | 1212 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, port->dev, in prestera_fdb_offload_notify() 1803 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in prestera_fdb_event() 1807 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in prestera_fdb_event()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 2873 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_vxlan_call_notifiers() 2898 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_call_notifiers() 3263 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 3276 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 3422 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add() 3443 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
|
D | spectrum_router.c | 9508 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_fid_fdb_del() 9559 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_vlan_fdb_del()
|
/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_mactable.c | 286 call_switchdev_notifiers(type, dev, &info.info, NULL); in sparx5_fdb_call_notifiers()
|
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | am65-cpsw-switchdev.c | 362 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in am65_cpsw_fdb_offload_notify()
|
D | cpsw_switchdev.c | 372 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in cpsw_fdb_offload_notify()
|
/linux-6.1.9/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_mac.c | 270 call_switchdev_notifiers(type, dev, &info.info, NULL); in lan966x_fdb_call_notifiers()
|
/linux-6.1.9/drivers/s390/net/ |
D | qeth_l2_main.c | 292 call_switchdev_notifiers(SWITCHDEV_FDB_FLUSH_TO_BRIDGE, in qeth_l2_dev2br_fdb_flush() 652 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify() 658 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
|
/linux-6.1.9/Documentation/networking/ |
D | switchdev.rst | 233 err = call_switchdev_notifiers(val, dev, info, extack); 285 entry by calling call_switchdev_notifiers(SWITCHDEV_FDB_ADD, ...). The
|
/linux-6.1.9/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 | 2712 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in rocker_fdb_offload_notify()
|
/linux-6.1.9/drivers/net/ethernet/adi/ |
D | adin1110.c | 1329 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in adin1110_fdb_offload_notify()
|
/linux-6.1.9/net/dsa/ |
D | port.c | 47 call_switchdev_notifiers(SWITCHDEV_FDB_FLUSH_TO_BRIDGE, in dsa_port_notify_bridge_fdb_flush()
|
D | slave.c | 3239 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in dsa_fdb_offload_notify()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | bridge.c | 117 call_switchdev_notifiers(val, dev, &send_info.info, NULL); in mlx5_esw_bridge_fdb_offload_notify()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch.c | 2240 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dpaa2_switch_event_work()
|
/linux-6.1.9/drivers/net/vxlan/ |
D | vxlan_core.c | 365 ret = call_switchdev_notifiers(notifier_type, vxlan->dev, in vxlan_fdb_switchdev_call_notifiers()
|