Searched refs:log_num (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_profile.c74 int log_num; member in struct:mthca_resource
116 profile[i].log_num = max(ffs(profile[i].num) - 1, 0);
159 i, profile[i].type, profile[i].log_num,
177 init_hca->log_num_qps = profile[i].log_num;
182 init_hca->log_num_eecs = profile[i].log_num;
187 init_hca->log_num_srqs = profile[i].log_num;
192 init_hca->log_num_cqs = profile[i].log_num;
203 init_hca->log_num_eqs = profile[i].log_num;
218 init_hca->log_mc_table_sz = profile[i].log_num;
219 init_hca->mc_hash_sz = 1 << (profile[i].log_num
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c80 int log_num; member in struct:mlx4_resource
119 profile[i].log_num = ilog2(profile[i].num);
153 profile[i].log_num,
166 init_hca->log_num_qps = profile[i].log_num;
187 init_hca->log_num_srqs = profile[i].log_num;
192 init_hca->log_num_cqs = profile[i].log_num;
212 init_hca->log_mpt_sz = profile[i].log_num;
226 init_hca->log_mc_table_sz = profile[i].log_num;
232 profile[i].log_num - 1;

Completed in 113 milliseconds