Searched refs:mod_param_profile (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/ofed/drivers/net/mlx4/ |
| HD | main.c | 228 static struct mlx4_profile mod_param_profile = { variable 238 module_param_named(log_num_qp, mod_param_profile.num_qp, int, 0444); 241 module_param_named(log_num_srq, mod_param_profile.num_srq, int, 0444); 245 module_param_named(log_rdmarc_per_qp, mod_param_profile.rdmarc_per_qp, int, 250 module_param_named(log_num_cq, mod_param_profile.num_cq, int, 0444); 253 module_param_named(log_num_mcg, mod_param_profile.num_mcg, int, 0444); 257 module_param_named(log_num_mpt, mod_param_profile.num_mpt, int, 0444); 262 module_param_named(log_num_mtt, mod_param_profile.num_mtt_segs, int, 0444); 528 profile->num_qp = 1 << mod_param_profile.num_qp; in process_mod_param_profile() 529 profile->num_srq = 1 << mod_param_profile.num_srq; in process_mod_param_profile() [all …]
|