Lines Matching refs:fdb
385 struct switchdev_notifier_fdb_info *fdb; in cpsw_switchdev_event_work() local
392 fdb = &switchdev_work->fdb_info; in cpsw_switchdev_event_work()
395 fdb->addr, fdb->vid, fdb->added_by_user, in cpsw_switchdev_event_work()
396 fdb->offloaded, port); in cpsw_switchdev_event_work()
398 if (!fdb->added_by_user || fdb->is_local) in cpsw_switchdev_event_work()
400 if (memcmp(priv->mac_addr, (u8 *)fdb->addr, ETH_ALEN) == 0) in cpsw_switchdev_event_work()
403 cpsw_ale_add_ucast(cpsw->ale, (u8 *)fdb->addr, port, in cpsw_switchdev_event_work()
404 fdb->vid ? ALE_VLAN : 0, fdb->vid); in cpsw_switchdev_event_work()
405 cpsw_fdb_offload_notify(priv->ndev, fdb); in cpsw_switchdev_event_work()
408 fdb = &switchdev_work->fdb_info; in cpsw_switchdev_event_work()
411 fdb->addr, fdb->vid, fdb->added_by_user, in cpsw_switchdev_event_work()
412 fdb->offloaded, port); in cpsw_switchdev_event_work()
414 if (!fdb->added_by_user || fdb->is_local) in cpsw_switchdev_event_work()
416 if (memcmp(priv->mac_addr, (u8 *)fdb->addr, ETH_ALEN) == 0) in cpsw_switchdev_event_work()
419 cpsw_ale_del_ucast(cpsw->ale, (u8 *)fdb->addr, port, in cpsw_switchdev_event_work()
420 fdb->vid ? ALE_VLAN : 0, fdb->vid); in cpsw_switchdev_event_work()