Home
last modified time | relevance | path

Searched refs:init_hca (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/dev/mthca/
H A Dmthca_profile.c67 struct mthca_init_hca_param *init_hca) in mthca_make_profile() argument
176 init_hca->qpc_base = profile[i].start; in mthca_make_profile()
181 init_hca->eec_base = profile[i].start; in mthca_make_profile()
186 init_hca->srqc_base = profile[i].start; in mthca_make_profile()
191 init_hca->cqc_base = profile[i].start; in mthca_make_profile()
195 init_hca->eqpc_base = profile[i].start; in mthca_make_profile()
198 init_hca->eeec_base = profile[i].start; in mthca_make_profile()
202 init_hca->eqc_base = profile[i].start; in mthca_make_profile()
224 init_hca->mpt_base = profile[i].start; in mthca_make_profile()
260 init_hca->log_mpt_sz > 23) { in mthca_make_profile()
[all …]
H A Dmthca_main.c294 struct mthca_init_hca_param init_hca; in mthca_init_tavor() local
326 size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca); in mthca_init_tavor()
332 err = mthca_INIT_HCA(mdev, &init_hca); in mthca_init_tavor()
383 struct mthca_init_hca_param *init_hca, in mthca_init_icm() argument
412 err = mthca_map_eq_icm(mdev, init_hca->eqc_base); in mthca_init_icm()
490 mthca_alloc_icm_table(mdev, init_hca->srqc_base, in mthca_init_icm()
508 mdev->mcg_table.table = mthca_alloc_icm_table(mdev, init_hca->mc_base, in mthca_init_icm()
579 struct mthca_init_hca_param init_hca; in mthca_init_arbel() local
616 icm_size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca); in mthca_init_arbel()
622 err = mthca_init_icm(mdev, &dev_lim, &init_hca, icm_size); in mthca_init_arbel()
[all …]
H A Dmthca_profile.h57 struct mthca_init_hca_param *init_hca);
/freebsd-14.2/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c72 struct mlx4_init_hca_param *init_hca) in mlx4_make_profile() argument
165 init_hca->qpc_base = profile[i].start; in mlx4_make_profile()
179 init_hca->altc_base = profile[i].start; in mlx4_make_profile()
182 init_hca->auxc_base = profile[i].start; in mlx4_make_profile()
196 init_hca->log_num_eqs = 0x1f; in mlx4_make_profile()
211 init_hca->dmpt_base = profile[i].start; in mlx4_make_profile()
215 init_hca->cmpt_base = profile[i].start; in mlx4_make_profile()
220 init_hca->mtt_base = profile[i].start; in mlx4_make_profile()
223 init_hca->mc_base = profile[i].start; in mlx4_make_profile()
224 init_hca->log_mc_entry_sz = in mlx4_make_profile()
[all …]
H A Dmlx4_main.c1622 init_hca->mtt_base, in mlx4_init_icm()
1632 init_hca->dmpt_base, in mlx4_init_icm()
1642 init_hca->qpc_base, in mlx4_init_icm()
1653 init_hca->auxc_base, in mlx4_init_icm()
1664 init_hca->altc_base, in mlx4_init_icm()
1686 init_hca->cqc_base, in mlx4_init_icm()
1696 init_hca->srqc_base, in mlx4_init_icm()
1713 init_hca->mc_base, in mlx4_init_icm()
2257 &init_hca); in mlx4_init_hca()
2274 init_hca.mw_enabled = 0; in mlx4_init_hca()
[all …]
H A Dmlx4.h1040 struct mlx4_init_hca_param *init_hca);