Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c1507 struct mlxsw_sp_rif *new_rif);
3977 struct mlxsw_sp_rif *new_rif) in mlxsw_sp_nexthop_rif_migrate() argument
3981 list_splice_init(&old_rif->nexthop_list, &new_rif->nexthop_list); in mlxsw_sp_nexthop_rif_migrate()
3982 list_for_each_entry(nh, &new_rif->nexthop_list, rif_list_node) in mlxsw_sp_nexthop_rif_migrate()
3983 nh->rif = new_rif; in mlxsw_sp_nexthop_rif_migrate()
3984 mlxsw_sp_nexthop_rif_update(mlxsw_sp, new_rif); in mlxsw_sp_nexthop_rif_migrate()