Lines Matching refs:hca_profile
90 static struct mthca_profile hca_profile = { variable
102 module_param_named(num_qp, hca_profile.num_qp, int, 0444);
105 module_param_named(rdb_per_qp, hca_profile.rdb_per_qp, int, 0444);
108 module_param_named(num_cq, hca_profile.num_cq, int, 0444);
111 module_param_named(num_mcg, hca_profile.num_mcg, int, 0444);
114 module_param_named(num_mpt, hca_profile.num_mpt, int, 0444);
118 module_param_named(num_mtt, hca_profile.num_mtt, int, 0444);
122 module_param_named(num_udav, hca_profile.num_udav, int, 0444);
125 module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
320 profile = hca_profile; in mthca_init_tavor()
610 profile = hca_profile; in mthca_init_arbel()
1219 __mthca_check_profile_val(#name, &hca_profile.name, default)
1232 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) { in mthca_validate_profile()
1234 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()
1236 hca_profile.num_mtt); in mthca_validate_profile()
1237 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2; in mthca_validate_profile()
1239 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()