Searched refs:SWITCHDEV_FDB_DEL_TO_BRIDGE (Results 1 – 11 of 11) sorted by relevance
/linux/net/bridge/ |
H A D | br.c | 178 case SWITCHDEV_FDB_DEL_TO_BRIDGE: in br_switchdev_event()
|
/linux/include/net/ |
H A D | switchdev.h | 214 SWITCHDEV_FDB_DEL_TO_BRIDGE, enumerator
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | bridge.c | 466 case SWITCHDEV_FDB_DEL_TO_BRIDGE: in mlx5_esw_bridge_switchdev_event()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_mac.c | 480 lan966x_mac_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in lan966x_mac_irq_process()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 3101 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE; in mlxsw_sp_fdb_notify_mac_process() 3168 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE; in mlxsw_sp_fdb_notify_mac_lag_process() 3276 SWITCHDEV_FDB_DEL_TO_BRIDGE; in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() 3522 case SWITCHDEV_FDB_DEL_TO_BRIDGE: in mlxsw_sp_switchdev_bridge_fdb_event_work() 3772 case SWITCHDEV_FDB_DEL_TO_BRIDGE: in mlxsw_sp_switchdev_event()
|
H A D | spectrum_router.c | 10618 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_fid_fdb_del() 10666 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_vlan_fdb_del()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_eswitch_br.c | 364 SWITCHDEV_FDB_DEL_TO_BRIDGE); in ice_eswitch_br_fdb_entry_notify_and_cleanup()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 1807 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in prestera_fdb_event()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge.c | 41 SWITCHDEV_FDB_DEL_TO_BRIDGE); in mlx5_esw_bridge_fdb_del_notify()
|
/linux/drivers/s390/net/ |
H A D | qeth_l2_main.c | 652 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 1830 event = removing ? SWITCHDEV_FDB_DEL_TO_BRIDGE : in ofdpa_port_fdb_learn_work()
|