Searched refs:mlx4_log_num_mgm_entry_size (Results 1 – 1 of 1) sorted by relevance
96 static int mlx4_log_num_mgm_entry_size = MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE; variable98 mlx4_log_num_mgm_entry_size, int, 0444);2174 if (mlx4_log_num_mgm_entry_size <= 0) { in choose_steering_mode()2175 if ((-mlx4_log_num_mgm_entry_size) & MLX4_DMFS_A0_STEERING) { in choose_steering_mode()2185 if (mlx4_log_num_mgm_entry_size <= 0 && in choose_steering_mode()2213 mlx4_log_num_mgm_entry_size > 0 ? in choose_steering_mode()2214 mlx4_log_num_mgm_entry_size : in choose_steering_mode()2221 mlx4_log_num_mgm_entry_size); in choose_steering_mode()4478 if (mlx4_log_num_mgm_entry_size < -7 || in mlx4_verify_params()4479 (mlx4_log_num_mgm_entry_size > 0 && in mlx4_verify_params()[all …]