Searched refs:rso (Results 1 – 1 of 1) sorted by relevance
406 struct mlxsw_sp_bridge_port_replay_switchdev_objs *rso; in mlxsw_sp_bridge_port_replay_switchdev_objs() local409 rso = (void *)port_obj_info->info.ctx; in mlxsw_sp_bridge_port_replay_switchdev_objs()412 dev != rso->brport_dev) in mlxsw_sp_bridge_port_replay_switchdev_objs()430 err = mlxsw_sp_port_kill_vid(rso->mlxsw_sp_port->dev, 0, vid); in mlxsw_sp_bridge_port_replay_switchdev_objs()435 ++rso->done; in mlxsw_sp_bridge_port_replay_switchdev_objs()436 err = mlxsw_sp_port_obj_add(rso->mlxsw_sp_port->dev, NULL, in mlxsw_sp_bridge_port_replay_switchdev_objs()453 struct mlxsw_sp_bridge_port_replay_switchdev_objs *rso; in mlxsw_sp_bridge_port_unreplay_switchdev_objs() local455 rso = (void *)port_obj_info->info.ctx; in mlxsw_sp_bridge_port_unreplay_switchdev_objs()458 dev != rso->brport_dev) in mlxsw_sp_bridge_port_unreplay_switchdev_objs()460 if (!rso->done--) in mlxsw_sp_bridge_port_unreplay_switchdev_objs()[all …]