Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c97 static int mlx4_log_num_mgm_entry_size = MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE; variable
99 mlx4_log_num_mgm_entry_size, int, 0444);
2191 if (mlx4_log_num_mgm_entry_size <= 0) { in choose_steering_mode()
2192 if ((-mlx4_log_num_mgm_entry_size) & MLX4_DMFS_A0_STEERING) { in choose_steering_mode()
2202 if (mlx4_log_num_mgm_entry_size <= 0 && in choose_steering_mode()
2230 mlx4_log_num_mgm_entry_size > 0 ? in choose_steering_mode()
2231 mlx4_log_num_mgm_entry_size : in choose_steering_mode()
2238 mlx4_log_num_mgm_entry_size); in choose_steering_mode()
4529 if (mlx4_log_num_mgm_entry_size < -7 || in mlx4_verify_params()
4530 (mlx4_log_num_mgm_entry_size > 0 && in mlx4_verify_params()
[all …]