Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_mr.c766 size_t pages_to_map = 0; in mlx5_ib_update_mtt() local
777 pages_to_map = ALIGN(npages, page_index_alignment); in mlx5_ib_update_mtt()
779 if (start_page_index + pages_to_map > MLX5_MAX_UMR_PAGES) in mlx5_ib_update_mtt()
782 size = sizeof(u64) * pages_to_map; in mlx5_ib_update_mtt()
805 pages_mapped < pages_to_map && !err; in mlx5_ib_update_mtt()