|
@@ -91,7 +91,7 @@ module_param_array(probe_vf, byte, &probe_vfs_argc, 0444);
|
|
MODULE_PARM_DESC(probe_vf, "number of vfs to probe by pf driver (num_vfs > 0)\n"
|
|
MODULE_PARM_DESC(probe_vf, "number of vfs to probe by pf driver (num_vfs > 0)\n"
|
|
"probe_vf=port1,port2,port1+2");
|
|
"probe_vf=port1,port2,port1+2");
|
|
|
|
|
|
-int mlx4_log_num_mgm_entry_size = MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE;
|
|
|
|
|
|
+static int mlx4_log_num_mgm_entry_size = MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE;
|
|
module_param_named(log_num_mgm_entry_size,
|
|
module_param_named(log_num_mgm_entry_size,
|
|
mlx4_log_num_mgm_entry_size, int, 0444);
|
|
mlx4_log_num_mgm_entry_size, int, 0444);
|
|
MODULE_PARM_DESC(log_num_mgm_entry_size, "log mgm size, that defines the num"
|
|
MODULE_PARM_DESC(log_num_mgm_entry_size, "log mgm size, that defines the num"
|