Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Dlag.c504 if (do_bond && !__mlx5_lag_is_active(ldev)) { in mlx5_do_bond()
551 } else if (do_bond && __mlx5_lag_is_active(ldev)) { in mlx5_do_bond()
553 } else if (!do_bond && __mlx5_lag_is_active(ldev)) { in mlx5_do_bond()
881 if (__mlx5_lag_is_active(ldev)) in mlx5_lag_remove_netdev()
928 res = ldev && __mlx5_lag_is_active(ldev); in mlx5_lag_is_active()
942 res = ldev && __mlx5_lag_is_active(ldev) && in mlx5_lag_is_master()
994 if (__mlx5_lag_is_active(ldev)) { in mlx5_lag_disable_change()
1108 if (ldev && __mlx5_lag_is_active(ldev)) { in mlx5_lag_query_cong_counters()
A Dmp.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()
A Dlag.h66 __mlx5_lag_is_active(struct mlx5_lag *ldev) in __mlx5_lag_is_active() function

Completed in 9 milliseconds