Home
last modified time | relevance | path

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

/linux-4.1.27/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);
771 mlx4_log_num_mgm_entry_size = hca_param.log_mc_entry_sz; in mlx4_slave_cap()
1875 if (mlx4_log_num_mgm_entry_size <= 0) { in choose_steering_mode()
1876 if ((-mlx4_log_num_mgm_entry_size) & MLX4_DMFS_A0_STEERING) { in choose_steering_mode()
1886 if (mlx4_log_num_mgm_entry_size <= 0 && in choose_steering_mode()
1914 mlx4_log_num_mgm_entry_size > 0 ? in choose_steering_mode()
1915 mlx4_log_num_mgm_entry_size : in choose_steering_mode()
1922 mlx4_log_num_mgm_entry_size); in choose_steering_mode()
3709 if (mlx4_log_num_mgm_entry_size < -7 || in mlx4_verify_params()
[all …]
Dmlx4.h229 extern int mlx4_log_num_mgm_entry_size;