Home
last modified time | relevance | path

Searched refs:__mlx5_lag_is_active (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dlag.c454 if (do_bond && !__mlx5_lag_is_active(ldev)) { in mlx5_do_bond()
501 } else if (do_bond && __mlx5_lag_is_active(ldev)) { in mlx5_do_bond()
503 } else if (!do_bond && __mlx5_lag_is_active(ldev)) { in mlx5_do_bond()
831 if (__mlx5_lag_is_active(ldev)) in mlx5_lag_remove_netdev()
878 res = ldev && __mlx5_lag_is_active(ldev); in mlx5_lag_is_active()
892 res = ldev && __mlx5_lag_is_active(ldev) && in mlx5_lag_is_master()
944 if (__mlx5_lag_is_active(ldev)) { in mlx5_lag_disable_change()
1058 if (ldev && __mlx5_lag_is_active(ldev)) { in mlx5_lag_query_cong_counters()
Dlag_mp.c22 if (__mlx5_lag_is_active(ldev) && !__mlx5_lag_is_multipath(ldev)) in mlx5_lag_multipath_check_prereq()
132 if (__mlx5_lag_is_active(ldev)) { in mlx5_lag_fib_route_event()
163 if (!mp->mfi && !__mlx5_lag_is_active(ldev)) { in mlx5_lag_fib_route_event()
Dlag.h61 __mlx5_lag_is_active(struct mlx5_lag *ldev) in __mlx5_lag_is_active() function