Searched refs:SWITCHDEV_FDB_ADD_TO_BRIDGE (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/ |
A D | switchdev.c | 78 err = call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in mv88e6xxx_handle_miss_violation()
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_mactable.c | 329 sparx5_fdb_call_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, addr, vid, in sparx5_add_mact_entry() 415 sparx5_fdb_call_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in sparx5_mact_handle_entry()
|
/linux-6.3-rc2/net/bridge/ |
A D | br.c | 166 case SWITCHDEV_FDB_ADD_TO_BRIDGE: in br_switchdev_event()
|
/linux-6.3-rc2/include/net/ |
A D | switchdev.h | 215 SWITCHDEV_FDB_ADD_TO_BRIDGE = 1, enumerator
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_switchdev.c | 2971 mlxsw_sp_fdb_call_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, mac, in mlxsw_sp_fdb_notify_mac_process() 2986 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE; in mlxsw_sp_fdb_notify_mac_process() 3041 mlxsw_sp_fdb_call_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, mac, in mlxsw_sp_fdb_notify_mac_lag_process() 3056 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE; in mlxsw_sp_fdb_notify_mac_lag_process() 3163 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() 3408 case SWITCHDEV_FDB_ADD_TO_BRIDGE: in mlxsw_sp_switchdev_bridge_fdb_event_work() 3660 case SWITCHDEV_FDB_ADD_TO_BRIDGE: in mlxsw_sp_switchdev_event()
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/ |
A D | lan966x_mac.c | 525 lan966x_mac_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in lan966x_mac_irq_process()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
A D | bridge.c | 440 case SWITCHDEV_FDB_ADD_TO_BRIDGE: in mlx5_esw_bridge_switchdev_event()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
A D | bridge.c | 1027 SWITCHDEV_FDB_ADD_TO_BRIDGE); in mlx5_esw_bridge_fdb_entry_refresh() 1759 SWITCHDEV_FDB_ADD_TO_BRIDGE); in mlx5_esw_bridge_fdb_create()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_switchdev.c | 1803 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in prestera_fdb_event()
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | qeth_l2_main.c | 658 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
|
/linux-6.3-rc2/drivers/net/ethernet/rocker/ |
A D | rocker_ofdpa.c | 1831 SWITCHDEV_FDB_ADD_TO_BRIDGE; in ofdpa_port_fdb_learn_work()
|
Completed in 36 milliseconds