Symbol: mlxsw_sp_rif_ipip_lb
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.h
41
struct mlxsw_sp_rif_ipip_lb *ol_lb;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10750
static struct mlxsw_sp_rif_ipip_lb *
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10753
return container_of(rif, struct mlxsw_sp_rif_ipip_lb, common);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10761
struct mlxsw_sp_rif_ipip_lb *rif_lb;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10773
struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10800
struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10813
.rif_size = sizeof(struct mlxsw_sp_rif_ipip_lb),
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10976
struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
11003
struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
11014
.rif_size = sizeof(struct mlxsw_sp_rif_ipip_lb),
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1145
static struct mlxsw_sp_rif_ipip_lb *
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1166
return container_of(rif, struct mlxsw_sp_rif_ipip_lb, common);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1641
mlxsw_sp_rif_ipip_lb_op(struct mlxsw_sp_rif_ipip_lb *lb_rif, u16 ul_vr_id,
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1683
struct mlxsw_sp_rif_ipip_lb *lb_rif;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1757
struct mlxsw_sp_rif_ipip_lb *old_lb_rif = ipip_entry->ol_lb;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1758
struct mlxsw_sp_rif_ipip_lb *new_lb_rif;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
8382
u16 mlxsw_sp_ipip_lb_rif_index(const struct mlxsw_sp_rif_ipip_lb *lb_rif)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
8387
u16 mlxsw_sp_ipip_lb_ul_rif_id(const struct mlxsw_sp_rif_ipip_lb *lb_rif)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h
73
struct mlxsw_sp_rif_ipip_lb;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h
92
u16 mlxsw_sp_ipip_lb_rif_index(const struct mlxsw_sp_rif_ipip_lb *rif);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h
93
u16 mlxsw_sp_ipip_lb_ul_rif_id(const struct mlxsw_sp_rif_ipip_lb *lb_rif);