Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmr.c847 int mlx5_ib_update_mtt(struct mlx5_ib_mr *mr, u64 start_page_index, int npages, in mlx5_ib_update_mtt() argument
871 if (start_page_index & page_index_mask) { in mlx5_ib_update_mtt()
872 npages += start_page_index & page_index_mask; in mlx5_ib_update_mtt()
873 start_page_index &= ~page_index_mask; in mlx5_ib_update_mtt()
878 if (start_page_index + pages_to_map > MLX5_MAX_UMR_PAGES) in mlx5_ib_update_mtt()
905 pages_mapped += pages_iter, start_page_index += pages_iter) { in mlx5_ib_update_mtt()
910 ib_umem_num_pages(umem) - start_page_index); in mlx5_ib_update_mtt()
914 start_page_index, npages, pas, in mlx5_ib_update_mtt()
939 umrwr->target.offset = start_page_index; in mlx5_ib_update_mtt()
Dmlx5_ib.h571 int mlx5_ib_update_mtt(struct mlx5_ib_mr *mr, u64 start_page_index,