Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_switchdev.c79 err = call_switchdev_notifiers(SWITCHDEV_PORT_ATTR_SET, p->dev, in br_switchdev_set_port_flag()
118 call_switchdev_notifiers(notifier_type, dev, &info.info, NULL); in br_switchdev_fdb_call_notifiers()
/OK3568_Linux_fs/kernel/include/net/
H A Dswitchdev.h271 int call_switchdev_notifiers(unsigned long val, struct net_device *dev,
339 static inline int call_switchdev_notifiers(unsigned long val, in call_switchdev_notifiers() function
/OK3568_Linux_fs/kernel/net/switchdev/
H A Dswitchdev.c410 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_notifiers() function
418 EXPORT_SYMBOL_GPL(call_switchdev_notifiers);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c761 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, port->dev, in prestera_fdb_offload_notify()
1160 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in prestera_fdb_event()
1164 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in prestera_fdb_event()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c2381 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_vxlan_call_notifiers()
2406 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_call_notifiers()
2777 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
2790 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
2935 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
2956 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
H A Dspectrum_router.c7559 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_fid_fdb_del()
7610 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_vlan_fdb_del()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dswitchdev.rst209 err = call_switchdev_notifiers(val, dev, info, extack);
261 entry by calling call_switchdev_notifiers(SWITCHDEV_FDB_ADD, ...). The
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_switchdev.c417 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in cpsw_fdb_offload_notify()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l2_main.c292 call_switchdev_notifiers(SWITCHDEV_FDB_FLUSH_TO_BRIDGE, in qeth_l2_dev2br_fdb_flush()
703 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
709 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c1832 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in ofdpa_port_fdb_learn_work()
1835 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in ofdpa_port_fdb_learn_work()
H A Drocker_main.c2751 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in rocker_fdb_offload_notify()
/OK3568_Linux_fs/kernel/drivers/staging/fsl-dpaa2/ethsw/
H A Dethsw.c1327 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dpaa2_switch_event_work()
/OK3568_Linux_fs/kernel/net/dsa/
H A Dslave.c2082 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, dev, in dsa_slave_switchdev_event_work()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c424 ret = call_switchdev_notifiers(notifier_type, vxlan->dev, in vxlan_fdb_switchdev_call_notifiers()