Searched refs:call_switchdev_notifiers (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/net/ |
D | switchdev.h | 180 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, 230 static inline int call_switchdev_notifiers(unsigned long val, in call_switchdev_notifiers() function
|
/Linux-v4.19/net/switchdev/ |
D | switchdev.c | 571 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_notifiers() function 577 EXPORT_SYMBOL_GPL(call_switchdev_notifiers);
|
/Linux-v4.19/net/bridge/ |
D | br_switchdev.c | 115 call_switchdev_notifiers(notifier_type, dev, &info.info); in br_switchdev_fdb_call_notifiers()
|
/Linux-v4.19/Documentation/networking/ |
D | switchdev.txt | 199 err = call_switchdev_notifiers(val, dev, info); 253 entry by calling call_switchdev_notifiers(SWITCHDEV_FDB_ADD, ...). The
|
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 1835 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in ofdpa_port_fdb_learn_work() 1838 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in ofdpa_port_fdb_learn_work()
|
D | rocker_main.c | 2731 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in rocker_fdb_offload_notify()
|
/Linux-v4.19/net/dsa/ |
D | slave.c | 1453 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dsa_slave_switchdev_event_work()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 2100 call_switchdev_notifiers(type, dev, &info.info); in mlxsw_sp_fdb_call_notifiers()
|
D | spectrum_router.c | 7064 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()
|