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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c261 mtt_entry[0] = cpu_to_be64(dev->mr_table.mtt_base +
321 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * MTHCA_MTT_SEG_SIZE +
473 cpu_to_be64(dev->mr_table.mtt_base +
627 mr->mem.tavor.mtts = dev->mr_table.tavor_fmr.mtt_base + mtt_seg;
645 mpt_entry->mtt_seg = cpu_to_be64(dev->mr_table.mtt_base + mtt_seg);
875 dev->mr_table.tavor_fmr.mtt_base = NULL;
909 dev->mr_table.mtt_base);
911 dev->mr_table.tavor_fmr.mtt_base =
913 if (!dev->mr_table.tavor_fmr.mtt_base) {
956 if (dev->mr_table.tavor_fmr.mtt_base)
[all...]
H A Dmthca_profile.c235 dev->mr_table.mtt_base = profile[i].start;
236 init_hca->mtt_base = profile[i].start;
H A Dmthca_dev.h217 u64 mtt_base; member in struct:mthca_mr_table
223 void __iomem *mtt_base; member in struct:mthca_mr_table::__anon4570
H A Dmthca_cmd.h207 u64 mtt_base; member in struct:mthca_init_hca_param
H A Dmthca_main.c470 mdev->mr_table.mtt_table = mthca_alloc_icm_table(mdev, init_hca->mtt_base,
H A Dmthca_cmd.c1353 MTHCA_PUT(inbox, param->mtt_base, INIT_HCA_MTT_BASE_OFFSET);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dfw.h119 u64 mtt_base; member in struct:mlx4_init_hca_param
H A Dprofile.c214 priv->mr_table.mtt_base = profile[i].start;
215 init_hca->mtt_base = profile[i].start;
H A Dmlx4.h194 u64 mtt_base; member in struct:mlx4_mr_table
H A Dfw.c728 MLX4_PUT(inbox, param->mtt_base, INIT_HCA_MTT_BASE_OFFSET);
H A Dmain.c302 init_hca->mtt_base,

Completed in 91 milliseconds