Lines Matching refs:fdb_info
168 struct switchdev_notifier_fdb_info fdb_info;
1459 ret = adin1110_fdb_add(port_priv, &switchdev_work->fdb_info);
1462 &switchdev_work->fdb_info);
1465 adin1110_fdb_del(port_priv, &switchdev_work->fdb_info);
1473 kfree(switchdev_work->fdb_info.addr);
1485 struct switchdev_notifier_fdb_info *fdb_info = ptr;
1501 memcpy(&switchdev_work->fdb_info, ptr,
1502 sizeof(switchdev_work->fdb_info));
1503 switchdev_work->fdb_info.addr = kzalloc(ETH_ALEN, GFP_ATOMIC);
1505 if (!switchdev_work->fdb_info.addr)
1508 ether_addr_copy((u8 *)switchdev_work->fdb_info.addr,
1509 fdb_info->addr);