Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c1306 struct mlxsw_sp_vr *ul_vr; in mlxsw_sp_ipip_entry_find_decap() local
1315 ul_vr = mlxsw_sp_vr_find(mlxsw_sp, ul_tb_id); in mlxsw_sp_ipip_entry_find_decap()
1316 if (!ul_vr) in mlxsw_sp_ipip_entry_find_decap()
1319 ul_fib = mlxsw_sp_vr_fib(ul_vr, ipip_ops->ul_proto); in mlxsw_sp_ipip_entry_find_decap()
7885 struct mlxsw_sp_vr *ul_vr; in mlxsw_sp_ipip_lb_ul_vr_id() local
7887 ul_vr = mlxsw_sp_vr_get(lb_rif->common.mlxsw_sp, ul_tb_id, NULL); in mlxsw_sp_ipip_lb_ul_vr_id()
7888 if (WARN_ON(IS_ERR(ul_vr))) in mlxsw_sp_ipip_lb_ul_vr_id()
7891 return ul_vr->id; in mlxsw_sp_ipip_lb_ul_vr_id()
9706 struct mlxsw_sp_vr *ul_vr; in mlxsw_sp1_rif_ipip_lb_configure() local
9709 ul_vr = mlxsw_sp_vr_get(mlxsw_sp, ul_tb_id, NULL); in mlxsw_sp1_rif_ipip_lb_configure()
[all …]