Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c95 static int mlx4_log_num_mgm_entry_size = MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE; variable
97 mlx4_log_num_mgm_entry_size, int, 0444);
2199 if (mlx4_log_num_mgm_entry_size <= 0) { in choose_steering_mode()
2200 if ((-mlx4_log_num_mgm_entry_size) & MLX4_DMFS_A0_STEERING) { in choose_steering_mode()
2210 if (mlx4_log_num_mgm_entry_size <= 0 && in choose_steering_mode()
2238 mlx4_log_num_mgm_entry_size > 0 ? in choose_steering_mode()
2239 mlx4_log_num_mgm_entry_size : in choose_steering_mode()
2246 mlx4_log_num_mgm_entry_size); in choose_steering_mode()
4540 if (mlx4_log_num_mgm_entry_size < -7 || in mlx4_verify_params()
4541 (mlx4_log_num_mgm_entry_size > 0 && in mlx4_verify_params()
[all …]