Lines Matching refs:log_num
72 int log_num; in mthca_make_profile() member
114 profile[i].log_num = max(ffs(profile[i].num) - 1, 0); in mthca_make_profile()
157 i, profile[i].type, profile[i].log_num, in mthca_make_profile()
175 init_hca->log_num_qps = profile[i].log_num; in mthca_make_profile()
180 init_hca->log_num_eecs = profile[i].log_num; in mthca_make_profile()
185 init_hca->log_num_srqs = profile[i].log_num; in mthca_make_profile()
190 init_hca->log_num_cqs = profile[i].log_num; in mthca_make_profile()
201 init_hca->log_num_eqs = profile[i].log_num; in mthca_make_profile()
216 init_hca->log_mc_table_sz = profile[i].log_num; in mthca_make_profile()
217 init_hca->mc_hash_sz = 1 << (profile[i].log_num - 1); in mthca_make_profile()
223 init_hca->log_mpt_sz = profile[i].log_num; in mthca_make_profile()