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()
26 if (__mlx5_lag_is_active(ldev) && !__mlx5_lag_is_multipath(ldev)) in mlx5_lag_multipath_check_prereq()198 if (__mlx5_lag_is_active(ldev)) { in mlx5_lag_fib_route_event()212 if (!mp->fib.mfi && !__mlx5_lag_is_active(ldev)) { in mlx5_lag_fib_route_event()
983 return do_bond && __mlx5_lag_is_active(ldev) && in mlx5_lag_should_modify_lag()989 return !do_bond && __mlx5_lag_is_active(ldev) && in mlx5_lag_should_disable_lag()1019 if (do_bond && !__mlx5_lag_is_active(ldev)) { in mlx5_do_bond()1467 lag_is_active = __mlx5_lag_is_active(ldev); in mlx5_lag_remove_netdev()1536 res = ldev && __mlx5_lag_is_active(ldev); in mlx5_lag_is_active()1569 res = ldev && __mlx5_lag_is_active(ldev) && idx >= 0 && dev == ldev->pf[idx].dev; in mlx5_lag_is_master()1618 if (__mlx5_lag_is_active(ldev)) in mlx5_lag_disable_change()1738 if (ldev && __mlx5_lag_is_active(ldev)) { in mlx5_lag_query_cong_counters()
84 __mlx5_lag_is_active(struct mlx5_lag *ldev) in __mlx5_lag_is_active() function