Searched refs:__mlx5_lag_is_active (Results 1 – 4 of 4) sorted by relevance
27 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()
22 if (__mlx5_lag_is_active(ldev) && !__mlx5_lag_is_multipath(ldev)) in mlx5_lag_multipath_check_prereq()146 if (__mlx5_lag_is_active(ldev)) { in mlx5_lag_fib_route_event()178 if (!mp->fib.mfi && !__mlx5_lag_is_active(ldev)) { in mlx5_lag_fib_route_event()
834 return do_bond && __mlx5_lag_is_active(ldev) && in mlx5_lag_should_modify_lag()840 return !do_bond && __mlx5_lag_is_active(ldev) && in mlx5_lag_should_disable_lag()865 if (do_bond && !__mlx5_lag_is_active(ldev)) { in mlx5_do_bond()1274 lag_is_active = __mlx5_lag_is_active(ldev); in mlx5_lag_remove_netdev()1327 res = ldev && __mlx5_lag_is_active(ldev); in mlx5_lag_is_active()1358 res = ldev && __mlx5_lag_is_active(ldev) && in mlx5_lag_is_master()1409 if (__mlx5_lag_is_active(ldev)) in mlx5_lag_disable_change()1550 if (ldev && __mlx5_lag_is_active(ldev)) { in mlx5_lag_query_cong_counters()
107 __mlx5_lag_is_active(struct mlx5_lag *ldev) in __mlx5_lag_is_active() function