Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmain.c92 int mlx4_log_num_mgm_entry_size = MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE; variable
94 mlx4_log_num_mgm_entry_size, int, 0444);
794 mlx4_log_num_mgm_entry_size = hca_param.log_mc_entry_sz; in mlx4_slave_cap()
1921 if (mlx4_log_num_mgm_entry_size <= 0) { in choose_steering_mode()
1922 if ((-mlx4_log_num_mgm_entry_size) & MLX4_DMFS_A0_STEERING) { in choose_steering_mode()
1932 if (mlx4_log_num_mgm_entry_size <= 0 && in choose_steering_mode()
1960 mlx4_log_num_mgm_entry_size > 0 ? in choose_steering_mode()
1961 mlx4_log_num_mgm_entry_size : in choose_steering_mode()
1968 mlx4_log_num_mgm_entry_size); in choose_steering_mode()
3940 if (mlx4_log_num_mgm_entry_size < -7 || in mlx4_verify_params()
[all …]
Dmlx4.h231 extern int mlx4_log_num_mgm_entry_size;