Searched refs:mtts (Results 1 – 4 of 4) sorted by relevance
326 u64 __iomem *mtts; in mthca_tavor_write_mtt_seg() local329 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size + in mthca_tavor_write_mtt_seg()333 mtts + i); in mthca_tavor_write_mtt_seg()340 __be64 *mtts; in mthca_arbel_write_mtt_seg() local350 mtts = mthca_table_find(dev->mr_table.mtt_table, mtt->first_seg + in mthca_arbel_write_mtt_seg()353 BUG_ON(!mtts); in mthca_arbel_write_mtt_seg()356 mtts[i] = cpu_to_be64(buffer_list[i] | MTHCA_MTT_FLAG_PRESENT); in mthca_arbel_write_mtt_seg()599 mr->attr.max_pages * sizeof *mr->mem.arbel.mtts > PAGE_SIZE) in mthca_fmr_alloc()632 mr->mem.arbel.mtts = mthca_table_find(dev->mr_table.mtt_table, in mthca_fmr_alloc()635 BUG_ON(!mr->mem.arbel.mtts); in mthca_fmr_alloc()[all …]
87 u64 __iomem *mtts; member91 __be64 *mtts; member
535 __be64 *mtts; in mlx4_write_mtt_chunk() local539 mtts = mlx4_table_find(&priv->mr_table.mtt_table, mtt->offset + in mlx4_write_mtt_chunk()542 if (!mtts) in mlx4_write_mtt_chunk()549 mtts[i] = cpu_to_be64(page_list[i] | MLX4_MTT_FLAG_PRESENT); in mlx4_write_mtt_chunk()856 fmr->mtts[i] = cpu_to_be64(page_list[i] | MLX4_MTT_FLAG_PRESENT); in mlx4_map_phys_fmr()891 if (max_pages * sizeof *fmr->mtts > PAGE_SIZE) in mlx4_fmr_alloc()904 fmr->mtts = mlx4_table_find(&priv->mr_table.mtt_table, in mlx4_fmr_alloc()908 if (!fmr->mtts) { in mlx4_fmr_alloc()
605 __be64 *mtts; member