Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dswitchdev.h184 int call_switchdev_notifiers(unsigned long val, struct net_device *dev,
258 static inline int call_switchdev_notifiers(unsigned long val, in call_switchdev_notifiers() function
/linux-4.4.14/net/switchdev/
Dswitchdev.c619 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_notifiers() function
630 EXPORT_SYMBOL_GPL(call_switchdev_notifiers);
/linux-4.4.14/Documentation/networking/
Dswitchdev.txt199 err = call_switchdev_notifiers(val, dev, info);
253 entry by calling call_switchdev_notifiers(SWITCHDEV_FDB_ADD, ...). The
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c781 call_switchdev_notifiers(notifier_type, mlxsw_sp_port->dev, in mlxsw_sp_fdb_notify_mac_process()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c3537 call_switchdev_notifiers(SWITCHDEV_FDB_DEL, in rocker_port_fdb_learn_work()
3540 call_switchdev_notifiers(SWITCHDEV_FDB_ADD, in rocker_port_fdb_learn_work()