Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dlag_mp.c98 struct lag_mp *mp = container_of(nb, struct lag_mp, fib_nb); in mlx5_lag_fib_event_flush()
103 static void mlx5_lag_fib_set(struct lag_mp *mp, struct fib_info *fi, u32 dst, int dst_len) in mlx5_lag_fib_set()
125 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_fib_route_event()
194 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_fib_nexthop_event()
265 struct lag_mp *mp = container_of(nb, struct lag_mp, fib_nb); in mlx5_lag_fib_event()
266 struct mlx5_lag *ldev = container_of(mp, struct mlx5_lag, lag_mp); in mlx5_lag_fib_event()
326 ldev->lag_mp.fib.mfi = NULL; in mlx5_lag_mp_reset()
331 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_mp_init()
359 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_mp_cleanup()
Dlag.h51 struct lag_mp lag_mp; member
Dlag_mp.h16 struct lag_mp { struct
DMakefile40 mlx5_core-$(CONFIG_MLX5_ESWITCH) += lag_mp.o lib/geneve.o lib/port_tun.o \