Searched refs:mtt_base (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_mr.c | 268 mtt_entry[0] = cpu_to_be64(dev->mr_table.mtt_base + in __mthca_write_mtt() 322 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size + in mthca_tavor_write_mtt_seg() 477 cpu_to_be64(dev->mr_table.mtt_base + in mthca_mr_alloc() 621 mr->mem.tavor.mtts = dev->mr_table.tavor_fmr.mtt_base + mtt_seg; in mthca_fmr_alloc() 641 mpt_entry->mtt_seg = cpu_to_be64(dev->mr_table.mtt_base + mtt_seg); in mthca_fmr_alloc() 853 dev->mr_table.tavor_fmr.mtt_base = NULL; in mthca_init_mr_table() 886 dev->mr_table.mtt_base); in mthca_init_mr_table() 888 dev->mr_table.tavor_fmr.mtt_base = in mthca_init_mr_table() 890 if (!dev->mr_table.tavor_fmr.mtt_base) { in mthca_init_mr_table() 933 if (dev->mr_table.tavor_fmr.mtt_base) in mthca_init_mr_table() [all …]
|
H A D | mthca_profile.c | 229 dev->mr_table.mtt_base = profile[i].start; in mthca_make_profile() 230 init_hca->mtt_base = profile[i].start; in mthca_make_profile()
|
H A D | mthca_dev.h | 217 u64 mtt_base; member 223 void __iomem *mtt_base; member
|
H A D | mthca_cmd.h | 206 u64 mtt_base; member
|
H A D | mthca_main.c | 422 mdev->mr_table.mtt_table = mthca_alloc_icm_table(mdev, init_hca->mtt_base, in mthca_init_icm()
|
H A D | mthca_cmd.c | 1414 MTHCA_PUT(inbox, param->mtt_base, INIT_HCA_MTT_BASE_OFFSET); in mthca_INIT_HCA()
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_profile.c | 219 priv->mr_table.mtt_base = profile[i].start; in mlx4_make_profile() 220 init_hca->mtt_base = profile[i].start; in mlx4_make_profile()
|
H A D | mlx4_resource_tracker.c | 2711 int mtt_base = mr_get_mtt_addr(inbox->buf) / dev->caps.mtt_entry_sz; in mlx4_SW2HW_MPT_wrapper() local 2751 err = get_res(dev, slave, mtt_base, RES_MTT, &mtt); in mlx4_SW2HW_MPT_wrapper() 2755 err = check_mtt_range(dev, slave, mtt_base, in mlx4_SW2HW_MPT_wrapper() 2909 int mtt_base = qp_get_mtt_addr(qpc) / dev->caps.mtt_entry_sz; in mlx4_RST2INIT_QP_wrapper() local 2937 err = get_res(dev, slave, mtt_base, RES_MTT, &mtt); in mlx4_RST2INIT_QP_wrapper() 2941 err = check_mtt_range(dev, slave, mtt_base, mtt_size, mtt); in mlx4_RST2INIT_QP_wrapper() 2983 put_res(dev, slave, mtt_base, RES_MTT); in mlx4_RST2INIT_QP_wrapper() 2997 put_res(dev, slave, mtt_base, RES_MTT); in mlx4_RST2INIT_QP_wrapper() 3046 int mtt_base = eq_get_mtt_addr(eqc) / dev->caps.mtt_entry_sz; in mlx4_SW2HW_EQ_wrapper() local 3058 err = get_res(dev, slave, mtt_base, RES_MTT, &mtt); in mlx4_SW2HW_EQ_wrapper() [all …]
|
H A D | fw.h | 186 u64 mtt_base; member
|
H A D | mlx4.h | 664 u64 mtt_base; member
|
H A D | mlx4_fw.c | 2024 MLX4_PUT(inbox, param->mtt_base, INIT_HCA_MTT_BASE_OFFSET); in mlx4_INIT_HCA() 2155 MLX4_GET(param->mtt_base, outbox, INIT_HCA_MTT_BASE_OFFSET); in mlx4_QUERY_HCA()
|
H A D | mlx4_main.c | 1622 init_hca->mtt_base, in mlx4_init_icm()
|