Home
last modified time | relevance | path

Searched refs:SWITCHDEV_FDB_DEL_TO_BRIDGE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/net/
Dswitchdev.h144 SWITCHDEV_FDB_DEL_TO_BRIDGE, enumerator
/Linux-v4.19/net/bridge/
Dbr.c156 case SWITCHDEV_FDB_DEL_TO_BRIDGE: in br_switchdev_event()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c2150 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE; in mlxsw_sp_fdb_notify_mac_process()
2210 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE; in mlxsw_sp_fdb_notify_mac_lag_process()
2325 case SWITCHDEV_FDB_DEL_TO_BRIDGE: in mlxsw_sp_switchdev_event_work()
2364 case SWITCHDEV_FDB_DEL_TO_BRIDGE: in mlxsw_sp_switchdev_event()
Dspectrum_router.c7064 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info); in mlxsw_sp_rif_vlan_fdb_del()
7151 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info); in mlxsw_sp_rif_fid_fdb_del()
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_ofdpa.c1835 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in ofdpa_port_fdb_learn_work()