Home
last modified time | relevance | path

Searched refs:mtt_base (Results 1 – 11 of 11) sorted by relevance

/drivers/infiniband/hw/mthca/
Dmthca_mr.c269 mtt_entry[0] = cpu_to_be64(dev->mr_table.mtt_base + in __mthca_write_mtt()
329 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * MTHCA_MTT_SEG_SIZE + in mthca_tavor_write_mtt_seg()
481 cpu_to_be64(dev->mr_table.mtt_base + in mthca_mr_alloc()
637 mr->mem.tavor.mtts = dev->mr_table.tavor_fmr.mtt_base + mtt_seg; in mthca_fmr_alloc()
657 mpt_entry->mtt_seg = cpu_to_be64(dev->mr_table.mtt_base + mtt_seg); in mthca_fmr_alloc()
874 dev->mr_table.tavor_fmr.mtt_base = NULL; in mthca_init_mr_table()
908 dev->mr_table.mtt_base); in mthca_init_mr_table()
910 dev->mr_table.tavor_fmr.mtt_base = in mthca_init_mr_table()
912 if (!dev->mr_table.tavor_fmr.mtt_base) { in mthca_init_mr_table()
955 if (dev->mr_table.tavor_fmr.mtt_base) in mthca_init_mr_table()
[all …]
Dmthca_profile.c233 dev->mr_table.mtt_base = profile[i].start; in mthca_make_profile()
234 init_hca->mtt_base = profile[i].start; in mthca_make_profile()
Dmthca_dev.h214 u64 mtt_base; member
220 void __iomem *mtt_base; member
Dmthca_cmd.h206 u64 mtt_base; member
Dmthca_main.c466 mdev->mr_table.mtt_table = mthca_alloc_icm_table(mdev, init_hca->mtt_base, in mthca_init_icm()
Dmthca_cmd.c1377 MTHCA_PUT(inbox, param->mtt_base, INIT_HCA_MTT_BASE_OFFSET); in mthca_INIT_HCA()
/drivers/net/mlx4/
Dprofile.c216 priv->mr_table.mtt_base = profile[i].start; in mlx4_make_profile()
217 init_hca->mtt_base = profile[i].start; in mlx4_make_profile()
Dfw.h128 u64 mtt_base; member
Dmlx4.h186 u64 mtt_base; member
Dfw.c782 MLX4_PUT(inbox, param->mtt_base, INIT_HCA_MTT_BASE_OFFSET); in mlx4_INIT_HCA()
Dmain.c497 init_hca->mtt_base, in mlx4_init_icm()