Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c98 int mlx4_log_num_mgm_entry_size = MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE; variable
100 mlx4_log_num_mgm_entry_size, int, 0444);
831 mlx4_log_num_mgm_entry_size = hca_param.log_mc_entry_sz; in mlx4_slave_cap()
2091 if (mlx4_log_num_mgm_entry_size <= 0) { in choose_steering_mode()
2092 if ((-mlx4_log_num_mgm_entry_size) & MLX4_DMFS_A0_STEERING) { in choose_steering_mode()
2102 if (mlx4_log_num_mgm_entry_size <= 0 && in choose_steering_mode()
2130 mlx4_log_num_mgm_entry_size > 0 ? in choose_steering_mode()
2131 mlx4_log_num_mgm_entry_size : in choose_steering_mode()
2138 mlx4_log_num_mgm_entry_size); in choose_steering_mode()
4189 if (mlx4_log_num_mgm_entry_size < -7 || in mlx4_verify_params()
[all …]
H A Dmlx4.h233 extern int mlx4_log_num_mgm_entry_size;