Home
last modified time | relevance | path

Searched refs:rso (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c406 struct mlxsw_sp_bridge_port_replay_switchdev_objs *rso; in mlxsw_sp_bridge_port_replay_switchdev_objs() local
409 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()
435 ++rso->done; 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() local
455 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()
463 mlxsw_sp_port_obj_del(rso->mlxsw_sp_port->dev, NULL, in mlxsw_sp_bridge_port_unreplay_switchdev_objs()
2452 &rso, NULL, nb, extack); in mlxsw_sp_bridge_port_replay()
[all …]