Lines Matching refs:fdb
381 struct switchdev_notifier_fdb_info *fdb; in cpsw_switchdev_event_work() local
388 fdb = &switchdev_work->fdb_info; in cpsw_switchdev_event_work()
391 fdb->addr, fdb->vid, fdb->added_by_user, in cpsw_switchdev_event_work()
392 fdb->offloaded, port); in cpsw_switchdev_event_work()
394 if (!fdb->added_by_user || fdb->is_local) in cpsw_switchdev_event_work()
396 if (memcmp(priv->mac_addr, (u8 *)fdb->addr, ETH_ALEN) == 0) in cpsw_switchdev_event_work()
399 cpsw_ale_add_ucast(cpsw->ale, (u8 *)fdb->addr, port, in cpsw_switchdev_event_work()
400 fdb->vid ? ALE_VLAN : 0, fdb->vid); in cpsw_switchdev_event_work()
401 cpsw_fdb_offload_notify(priv->ndev, fdb); in cpsw_switchdev_event_work()
404 fdb = &switchdev_work->fdb_info; in cpsw_switchdev_event_work()
407 fdb->addr, fdb->vid, fdb->added_by_user, in cpsw_switchdev_event_work()
408 fdb->offloaded, port); in cpsw_switchdev_event_work()
410 if (!fdb->added_by_user || fdb->is_local) in cpsw_switchdev_event_work()
412 if (memcmp(priv->mac_addr, (u8 *)fdb->addr, ETH_ALEN) == 0) in cpsw_switchdev_event_work()
415 cpsw_ale_del_ucast(cpsw->ale, (u8 *)fdb->addr, port, in cpsw_switchdev_event_work()
416 fdb->vid ? ALE_VLAN : 0, fdb->vid); in cpsw_switchdev_event_work()