Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mthca/
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 …]
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);
/linux/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.c1701 init_hca->mtt_base, in mlx4_init_icm()
1711 init_hca->dmpt_base, in mlx4_init_icm()
1721 init_hca->qpc_base, in mlx4_init_icm()
1732 init_hca->auxc_base, in mlx4_init_icm()
1743 init_hca->altc_base, in mlx4_init_icm()
1765 init_hca->cqc_base, in mlx4_init_icm()
1775 init_hca->srqc_base, in mlx4_init_icm()
1792 init_hca->mc_base, in mlx4_init_icm()
2310 init_hca = kzalloc(sizeof(*init_hca), GFP_KERNEL); in mlx4_init_hca()
2348 init_hca); in mlx4_init_hca()
[all …]
A Dmlx4.h1059 struct mlx4_init_hca_param *init_hca);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dfw.c294 return mlx5_cmd_exec_in(dev, init_hca, in); in mlx5_cmd_init_hca()

Completed in 24 milliseconds