lb_rif           1445 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c mlxsw_sp_rif_ipip_lb_op(struct mlxsw_sp_rif_ipip_lb *lb_rif, u16 ul_vr_id,
lb_rif           1448 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	struct mlxsw_sp_rif_ipip_lb_config lb_cf = lb_rif->lb_config;
lb_rif           1449 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	struct mlxsw_sp_rif *rif = &lb_rif->common;
lb_rif           1475 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	struct mlxsw_sp_rif_ipip_lb *lb_rif;
lb_rif           1480 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		lb_rif = ipip_entry->ol_lb;
lb_rif           1481 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		err = mlxsw_sp_rif_ipip_lb_op(lb_rif, lb_rif->ul_vr_id,
lb_rif           1482 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 					      lb_rif->ul_rif_id, true);
lb_rif           1485 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		lb_rif->common.mtu = ol_dev->mtu;
lb_rif           6469 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c u16 mlxsw_sp_ipip_lb_rif_index(const struct mlxsw_sp_rif_ipip_lb *lb_rif)
lb_rif           6471 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	return lb_rif->common.rif_index;
lb_rif           6474 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c u16 mlxsw_sp_ipip_lb_ul_vr_id(const struct mlxsw_sp_rif_ipip_lb *lb_rif)
lb_rif           6476 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	u32 ul_tb_id = mlxsw_sp_ipip_dev_ul_tb_id(lb_rif->common.dev);
lb_rif           6479 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	ul_vr = mlxsw_sp_vr_get(lb_rif->common.mlxsw_sp, ul_tb_id, NULL);
lb_rif           6486 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c u16 mlxsw_sp_ipip_lb_ul_rif_id(const struct mlxsw_sp_rif_ipip_lb *lb_rif)
lb_rif           6488 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	return lb_rif->ul_rif_id;
lb_rif           7667 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
lb_rif           7677 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	err = mlxsw_sp_rif_ipip_lb_op(lb_rif, ul_vr->id, 0, true);
lb_rif           7681 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	lb_rif->ul_vr_id = ul_vr->id;
lb_rif           7682 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	lb_rif->ul_rif_id = 0;
lb_rif           7693 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
lb_rif           7697 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	ul_vr = &mlxsw_sp->router->vrs[lb_rif->ul_vr_id];
lb_rif           7698 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	mlxsw_sp_rif_ipip_lb_op(lb_rif, ul_vr->id, 0, false);
lb_rif           7850 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
lb_rif           7860 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	err = mlxsw_sp_rif_ipip_lb_op(lb_rif, 0, ul_rif->rif_index, true);
lb_rif           7864 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	lb_rif->ul_vr_id = 0;
lb_rif           7865 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	lb_rif->ul_rif_id = ul_rif->rif_index;
lb_rif           7876 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
lb_rif           7880 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	ul_rif = mlxsw_sp_rif_by_index(mlxsw_sp, lb_rif->ul_rif_id);
lb_rif           7881 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	mlxsw_sp_rif_ipip_lb_op(lb_rif, 0, lb_rif->ul_rif_id, false);
lb_rif             32 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h u16 mlxsw_sp_ipip_lb_ul_rif_id(const struct mlxsw_sp_rif_ipip_lb *lb_rif);