Searched refs:mlx4_log_num_mgm_entry_size (Results 1 – 1 of 1) sorted by relevance
95 static int mlx4_log_num_mgm_entry_size = MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE; variable97 mlx4_log_num_mgm_entry_size, int, 0444);2195 if (mlx4_log_num_mgm_entry_size <= 0) { in choose_steering_mode()2196 if ((-mlx4_log_num_mgm_entry_size) & MLX4_DMFS_A0_STEERING) { in choose_steering_mode()2206 if (mlx4_log_num_mgm_entry_size <= 0 && in choose_steering_mode()2234 mlx4_log_num_mgm_entry_size > 0 ? in choose_steering_mode()2235 mlx4_log_num_mgm_entry_size : in choose_steering_mode()2242 mlx4_log_num_mgm_entry_size); in choose_steering_mode()4536 if (mlx4_log_num_mgm_entry_size < -7 || in mlx4_verify_params()4537 (mlx4_log_num_mgm_entry_size > 0 && in mlx4_verify_params()[all …]