Searched refs:max_maps (Results 1 – 6 of 6) sorted by relevance
996 if (fmr->maps >= fmr->max_maps) in mlx4_check_fmr()1050 int max_maps, u8 page_shift, struct mlx4_fmr *fmr) in mlx4_fmr_alloc() argument1055 if (max_maps > dev->caps.max_fmr_maps) in mlx4_fmr_alloc()1067 fmr->max_maps = max_maps; in mlx4_fmr_alloc()
286 .max_maps = pool->max_remaps, in ib_create_fmr_pool()
442 fmr_attr->max_pages, fmr_attr->max_maps, in mlx4_ib_fmr_alloc()
709 int max_maps; member1399 int max_maps, u8 page_shift, struct mlx4_fmr *fmr);
710 if (fmr->maps >= fmr->attr.max_maps) in mthca_check_fmr()
1362 int max_maps; member