Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c762 size_t pages_to_map = 0; in mlx5_ib_update_mtt() local
773 pages_to_map = ALIGN(npages, page_index_alignment); in mlx5_ib_update_mtt()
775 if (start_page_index + pages_to_map > MLX5_MAX_UMR_PAGES) in mlx5_ib_update_mtt()
778 size = sizeof(u64) * pages_to_map; in mlx5_ib_update_mtt()
801 pages_mapped < pages_to_map && !err; in mlx5_ib_update_mtt()