Home
last modified time | relevance | path

Searched refs:SWITCHDEV_FDB_ADD_TO_BRIDGE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/net/
Dswitchdev.h100 SWITCHDEV_FDB_ADD_TO_BRIDGE = 1, enumerator
/Linux-v5.4/net/bridge/
Dbr.c163 case SWITCHDEV_FDB_ADD_TO_BRIDGE: in br_switchdev_event()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c2499 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE; in mlxsw_sp_fdb_notify_mac_process()
2563 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : SWITCHDEV_FDB_DEL_TO_BRIDGE; in mlxsw_sp_fdb_notify_mac_lag_process()
2669 type = adding ? SWITCHDEV_FDB_ADD_TO_BRIDGE : in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2906 case SWITCHDEV_FDB_ADD_TO_BRIDGE: /* fall through */ in mlxsw_sp_switchdev_bridge_fdb_event_work()
3154 case SWITCHDEV_FDB_ADD_TO_BRIDGE: /* fall through */ in mlxsw_sp_switchdev_event()
/Linux-v5.4/drivers/net/ethernet/rocker/
Drocker_ofdpa.c1835 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in ofdpa_port_fdb_learn_work()