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
10749
static struct mlxsw_sp_rif_ipip_lb *
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10752
return container_of(rif, struct mlxsw_sp_rif_ipip_lb, common);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10760
struct mlxsw_sp_rif_ipip_lb *rif_lb;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10772
struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10799
struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10812
.rif_size = sizeof(struct mlxsw_sp_rif_ipip_lb),
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10975
struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
11002
struct mlxsw_sp_rif_ipip_lb *lb_rif = mlxsw_sp_rif_ipip_lb_rif(rif);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
11013
.rif_size = sizeof(struct mlxsw_sp_rif_ipip_lb),
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1144
static struct mlxsw_sp_rif_ipip_lb *
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1165
return container_of(rif, struct mlxsw_sp_rif_ipip_lb, common);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1640
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
1682
struct mlxsw_sp_rif_ipip_lb *lb_rif;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1756
struct mlxsw_sp_rif_ipip_lb *old_lb_rif = ipip_entry->ol_lb;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
1757
struct mlxsw_sp_rif_ipip_lb *new_lb_rif;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
8381
u16 mlxsw_sp_ipip_lb_rif_index(const struct mlxsw_sp_rif_ipip_lb *lb_rif)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
8386
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);