Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/mv88e6xxx/
H A Dswitchdev.c78 err = call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in mv88e6xxx_handle_miss_violation()
/linux/include/net/
H A Dswitchdev.h322 int call_switchdev_notifiers(unsigned long val, struct net_device *dev,
429 static inline int call_switchdev_notifiers(unsigned long val, in call_switchdev_notifiers() function
/linux/net/bridge/
H A Dbr_switchdev.c100 err = call_switchdev_notifiers(SWITCHDEV_PORT_ATTR_SET, p->dev, in br_switchdev_set_port_flag()
166 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_DEVICE, in br_switchdev_fdb_notify()
170 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_DEVICE, in br_switchdev_fdb_notify()
/linux/net/switchdev/
H A Dswitchdev.c509 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_notifiers() function
517 EXPORT_SYMBOL_GPL(call_switchdev_notifiers);
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c1212 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, port->dev, in prestera_fdb_offload_notify()
1803 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in prestera_fdb_event()
1807 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in prestera_fdb_event()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_switchdev.c121 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in prueth_switchdev_fdb_offload_notify()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c3016 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_vxlan_call_notifiers()
3042 call_switchdev_notifiers(type, dev, &info.info, NULL); in mlxsw_sp_fdb_call_notifiers()
3416 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3429 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
3574 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
3595 call_switchdev_notifiers(SWITCHDEV_VXLAN_FDB_OFFLOADED, dev, in mlxsw_sp_switchdev_vxlan_fdb_add()
H A Dspectrum_router.c10618 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_fid_fdb_del()
10666 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, dev, &info.info, in mlxsw_sp_rif_vlan_fdb_del()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_switchdev.c372 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in cpsw_fdb_offload_notify()
H A Dam65-cpsw-switchdev.c362 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in am65_cpsw_fdb_offload_notify()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mac.c270 call_switchdev_notifiers(type, dev, &info.info, NULL); in lan966x_fdb_call_notifiers()
/linux/drivers/s390/net/
H A Dqeth_l2_main.c292 call_switchdev_notifiers(SWITCHDEV_FDB_FLUSH_TO_BRIDGE, in qeth_l2_dev2br_fdb_flush()
652 call_switchdev_notifiers(SWITCHDEV_FDB_DEL_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
658 call_switchdev_notifiers(SWITCHDEV_FDB_ADD_TO_BRIDGE, in qeth_l2_dev2br_fdb_notify()
/linux/Documentation/networking/
H A Dswitchdev.rst233 err = call_switchdev_notifiers(val, dev, info, extack);
285 entry by calling call_switchdev_notifiers(SWITCHDEV_FDB_ADD, ...). The
/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c354 call_switchdev_notifiers(val, dev, &fdb_info.info, NULL); in ice_eswitch_br_fdb_offload_notify()
/linux/drivers/net/ethernet/adi/
H A Dadin1110.c1351 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in adin1110_fdb_offload_notify()
/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c1834 call_switchdev_notifiers(event, lw->ofdpa_port->dev, &info.info, NULL); in ofdpa_port_fdb_learn_work()
H A Drocker_main.c2711 call_switchdev_notifiers(SWITCHDEV_FDB_OFFLOADED, in rocker_fdb_offload_notify()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c317 ret = call_switchdev_notifiers(notifier_type, vxlan->dev, in vxlan_fdb_switchdev_call_notifiers()