Lines Matching refs:log_num
74 int log_num; in mthca_make_profile() member
117 profile[i].log_num = max(ffs(profile[i].num) - 1, 0); in mthca_make_profile()
163 i, profile[i].type, profile[i].log_num, in mthca_make_profile()
181 init_hca->log_num_qps = profile[i].log_num; in mthca_make_profile()
186 init_hca->log_num_eecs = profile[i].log_num; in mthca_make_profile()
191 init_hca->log_num_srqs = profile[i].log_num; in mthca_make_profile()
196 init_hca->log_num_cqs = profile[i].log_num; in mthca_make_profile()
207 init_hca->log_num_eqs = profile[i].log_num; in mthca_make_profile()
222 init_hca->log_mc_table_sz = profile[i].log_num; in mthca_make_profile()
223 init_hca->mc_hash_sz = 1 << (profile[i].log_num - 1); in mthca_make_profile()
229 init_hca->log_mpt_sz = profile[i].log_num; in mthca_make_profile()