Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mthca/
A Dmthca_profile.c65 struct mthca_init_hca_param *init_hca) in mthca_make_profile() argument
174 init_hca->qpc_base = profile[i].start; in mthca_make_profile()
179 init_hca->eec_base = profile[i].start; in mthca_make_profile()
184 init_hca->srqc_base = profile[i].start; in mthca_make_profile()
189 init_hca->cqc_base = profile[i].start; in mthca_make_profile()
193 init_hca->eqpc_base = profile[i].start; in mthca_make_profile()
196 init_hca->eeec_base = profile[i].start; in mthca_make_profile()
200 init_hca->eqc_base = profile[i].start; in mthca_make_profile()
222 init_hca->mpt_base = profile[i].start; in mthca_make_profile()
258 init_hca->log_mpt_sz > 23) { in mthca_make_profile()
[all …]
A Dmthca_main.c293 struct mthca_init_hca_param init_hca; in mthca_init_tavor() local
325 size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca); in mthca_init_tavor()
331 err = mthca_INIT_HCA(mdev, &init_hca); in mthca_init_tavor()
382 struct mthca_init_hca_param *init_hca, in mthca_init_icm() argument
411 err = mthca_map_eq_icm(mdev, init_hca->eqc_base); in mthca_init_icm()
476 mdev->cq_table.table = mthca_alloc_icm_table(mdev, init_hca->cqc_base, in mthca_init_icm()
489 mthca_alloc_icm_table(mdev, init_hca->srqc_base, in mthca_init_icm()
578 struct mthca_init_hca_param init_hca; in mthca_init_arbel() local
615 icm_size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca); in mthca_init_arbel()
621 err = mthca_init_icm(mdev, &dev_lim, &init_hca, icm_size); in mthca_init_arbel()
[all …]
A Dmthca_profile.h57 struct mthca_init_hca_param *init_hca);
/drivers/net/ethernet/mellanox/mlx4/
A Dprofile.c72 struct mlx4_init_hca_param *init_hca) in mlx4_make_profile() argument
185 init_hca->qpc_base = profile[i].start; in mlx4_make_profile()
199 init_hca->altc_base = profile[i].start; in mlx4_make_profile()
202 init_hca->auxc_base = profile[i].start; in mlx4_make_profile()
216 init_hca->log_num_eqs = 0x1f; in mlx4_make_profile()
231 init_hca->dmpt_base = profile[i].start; in mlx4_make_profile()
235 init_hca->cmpt_base = profile[i].start; in mlx4_make_profile()
240 init_hca->mtt_base = profile[i].start; in mlx4_make_profile()
243 init_hca->mc_base = profile[i].start; in mlx4_make_profile()
244 init_hca->log_mc_entry_sz = in mlx4_make_profile()
[all …]
A Dmain.c1716 init_hca->mtt_base, in mlx4_init_icm()
1726 init_hca->dmpt_base, in mlx4_init_icm()
1736 init_hca->qpc_base, in mlx4_init_icm()
1747 init_hca->auxc_base, in mlx4_init_icm()
1758 init_hca->altc_base, in mlx4_init_icm()
1780 init_hca->cqc_base, in mlx4_init_icm()
1790 init_hca->srqc_base, in mlx4_init_icm()
1807 init_hca->mc_base, in mlx4_init_icm()
2325 init_hca = kzalloc(sizeof(*init_hca), GFP_KERNEL); in mlx4_init_hca()
2363 init_hca); in mlx4_init_hca()
[all …]
A Dmlx4.h1069 struct mlx4_init_hca_param *init_hca);
/drivers/net/ethernet/mellanox/mlx5/core/
A Dfw.c317 return mlx5_cmd_exec_in(dev, init_hca, in); in mlx5_cmd_init_hca()

Completed in 22 milliseconds