Home
last modified time | relevance | path

Searched refs:start_page_index (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmr.c856 int mlx5_ib_update_mtt(struct mlx5_ib_mr *mr, u64 start_page_index, int npages, in mlx5_ib_update_mtt() argument
880 if (start_page_index & page_index_mask) { in mlx5_ib_update_mtt()
881 npages += start_page_index & page_index_mask; in mlx5_ib_update_mtt()
882 start_page_index &= ~page_index_mask; in mlx5_ib_update_mtt()
887 if (start_page_index + pages_to_map > MLX5_MAX_UMR_PAGES) in mlx5_ib_update_mtt()
914 pages_mapped += pages_iter, start_page_index += pages_iter) { in mlx5_ib_update_mtt()
919 ib_umem_num_pages(umem) - start_page_index); in mlx5_ib_update_mtt()
923 start_page_index, npages, pas, in mlx5_ib_update_mtt()
948 wr.target.offset = start_page_index; in mlx5_ib_update_mtt()
Dmlx5_ib.h552 int mlx5_ib_update_mtt(struct mlx5_ib_mr *mr, u64 start_page_index,