Lines Matching refs:fdb_info
22 struct switchdev_notifier_fdb_info fdb_info; member
392 fdb = &switchdev_work->fdb_info; in cpsw_switchdev_event_work()
408 fdb = &switchdev_work->fdb_info; in cpsw_switchdev_event_work()
427 kfree(switchdev_work->fdb_info.addr); in cpsw_switchdev_event_work()
437 struct switchdev_notifier_fdb_info *fdb_info = ptr; in cpsw_switchdev_event() local
463 memcpy(&switchdev_work->fdb_info, ptr, in cpsw_switchdev_event()
464 sizeof(switchdev_work->fdb_info)); in cpsw_switchdev_event()
465 switchdev_work->fdb_info.addr = kzalloc(ETH_ALEN, GFP_ATOMIC); in cpsw_switchdev_event()
466 if (!switchdev_work->fdb_info.addr) in cpsw_switchdev_event()
468 ether_addr_copy((u8 *)switchdev_work->fdb_info.addr, in cpsw_switchdev_event()
469 fdb_info->addr); in cpsw_switchdev_event()