Searched refs:hca_profile (Results 1 – 1 of 1) sorted by relevance
89 static struct mthca_profile hca_profile = { variable101 module_param_named(num_qp, hca_profile.num_qp, int, 0444);107 module_param_named(num_cq, hca_profile.num_cq, int, 0444);110 module_param_named(num_mcg, hca_profile.num_mcg, int, 0444);319 profile = hca_profile; in mthca_init_tavor()609 profile = hca_profile; in mthca_init_arbel()1218 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) { in mthca_validate_profile()1220 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()1222 hca_profile.num_mtt); in mthca_validate_profile()1223 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2; in mthca_validate_profile()[all …]
Completed in 6 milliseconds