Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lag/
Ddebugfs.c27 if (__mlx5_lag_is_active(ldev)) in type_show()
46 if (__mlx5_lag_is_active(ldev)) in port_sel_mode_show()
66 active = __mlx5_lag_is_active(ldev); in state_show()
82 lag_active = __mlx5_lag_is_active(ldev); in flags_show()
113 lag_active = __mlx5_lag_is_active(ldev); in mapping_show()
Dmp.c23 if (__mlx5_lag_is_active(ldev) && !__mlx5_lag_is_multipath(ldev)) in mlx5_lag_multipath_check_prereq()
188 if (__mlx5_lag_is_active(ldev)) { in mlx5_lag_fib_route_event()
200 if (!mp->fib.mfi && !__mlx5_lag_is_active(ldev)) { in mlx5_lag_fib_route_event()
Dlag.c907 return do_bond && __mlx5_lag_is_active(ldev) && in mlx5_lag_should_modify_lag()
913 return !do_bond && __mlx5_lag_is_active(ldev) && in mlx5_lag_should_disable_lag()
937 if (do_bond && !__mlx5_lag_is_active(ldev)) { in mlx5_do_bond()
1378 lag_is_active = __mlx5_lag_is_active(ldev); in mlx5_lag_remove_netdev()
1431 res = ldev && __mlx5_lag_is_active(ldev); in mlx5_lag_is_active()
1462 res = ldev && __mlx5_lag_is_active(ldev) && in mlx5_lag_is_master()
1512 if (__mlx5_lag_is_active(ldev)) in mlx5_lag_disable_change()
1632 if (ldev && __mlx5_lag_is_active(ldev)) { in mlx5_lag_query_cong_counters()
Dlag.h84 __mlx5_lag_is_active(struct mlx5_lag *ldev) in __mlx5_lag_is_active() function