Lines Matching refs:fdb
130 struct switchdev_notifier_fdb_info *fdb; in prueth_switchdev_event_work() local
137 fdb = &switchdev_work->fdb_info; in prueth_switchdev_event_work()
140 fdb->addr, fdb->vid, fdb->added_by_user, in prueth_switchdev_event_work()
141 fdb->offloaded, port_id); in prueth_switchdev_event_work()
143 if (!fdb->added_by_user) in prueth_switchdev_event_work()
145 if (!ether_addr_equal(emac->mac_addr, fdb->addr)) in prueth_switchdev_event_work()
148 ret = icssg_fdb_add_del(emac, fdb->addr, fdb->vid, in prueth_switchdev_event_work()
151 prueth_switchdev_fdb_offload_notify(emac->ndev, fdb); in prueth_switchdev_event_work()
154 fdb = &switchdev_work->fdb_info; in prueth_switchdev_event_work()
157 fdb->addr, fdb->vid, fdb->added_by_user, in prueth_switchdev_event_work()
158 fdb->offloaded, port_id); in prueth_switchdev_event_work()
160 if (!fdb->added_by_user) in prueth_switchdev_event_work()
162 if (!ether_addr_equal(emac->mac_addr, fdb->addr)) in prueth_switchdev_event_work()
164 icssg_fdb_add_del(emac, fdb->addr, fdb->vid, in prueth_switchdev_event_work()