Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dlag_mp.c93 struct lag_mp *mp = container_of(nb, struct lag_mp, fib_nb); in mlx5_lag_fib_event_flush()
94 struct mlx5_lag *ldev = container_of(mp, struct mlx5_lag, lag_mp); in mlx5_lag_fib_event_flush()
113 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_fib_route_event()
169 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_fib_nexthop_event()
242 struct lag_mp *mp = container_of(nb, struct lag_mp, fib_nb); in mlx5_lag_fib_event()
243 struct mlx5_lag *ldev = container_of(mp, struct mlx5_lag, lag_mp); in mlx5_lag_fib_event()
307 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_mp_init()
324 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_mp_cleanup()
Dlag.h42 struct lag_mp lag_mp; member
Dlag_mp.h10 struct lag_mp { struct
DMakefile36 mlx5_core-$(CONFIG_MLX5_ESWITCH) += en_rep.o en_tc.o en/tc_tun.o lib/port_tun.o lag_mp.o \