Lines Matching refs:log_num
74 int log_num; in mthca_make_profile() member
116 profile[i].log_num = max(ffs(profile[i].num) - 1, 0); in mthca_make_profile()
159 i, profile[i].type, profile[i].log_num, in mthca_make_profile()
177 init_hca->log_num_qps = profile[i].log_num; in mthca_make_profile()
182 init_hca->log_num_eecs = profile[i].log_num; in mthca_make_profile()
187 init_hca->log_num_srqs = profile[i].log_num; in mthca_make_profile()
192 init_hca->log_num_cqs = profile[i].log_num; in mthca_make_profile()
203 init_hca->log_num_eqs = profile[i].log_num; in mthca_make_profile()
218 init_hca->log_mc_table_sz = profile[i].log_num; in mthca_make_profile()
219 init_hca->mc_hash_sz = 1 << (profile[i].log_num - 1); in mthca_make_profile()
225 init_hca->log_mpt_sz = profile[i].log_num; in mthca_make_profile()