Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c996 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() argument
1055 if (max_maps > dev->caps.max_fmr_maps) in mlx4_fmr_alloc()
1067 fmr->max_maps = max_maps; in mlx4_fmr_alloc()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c286 .max_maps = pool->max_remaps, in ib_create_fmr_pool()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mr.c442 fmr_attr->max_pages, fmr_attr->max_maps, in mlx4_ib_fmr_alloc()
/freebsd/sys/dev/mlx4/
H A Ddevice.h709 int max_maps; member
1399 int max_maps, u8 page_shift, struct mlx4_fmr *fmr);
/freebsd/sys/dev/mthca/
H A Dmthca_mr.c710 if (fmr->maps >= fmr->attr.max_maps) in mthca_check_fmr()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1362 int max_maps; member