Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
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-12-stable/sys/ofed/drivers/infiniband/core/
Dib_fmr_pool.c288 .max_maps = pool->max_remaps, in ib_create_fmr_pool()
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_mr.c443 fmr_attr->max_pages, fmr_attr->max_maps, in mlx4_ib_fmr_alloc()
/freebsd-12-stable/sys/dev/mlx4/
Ddevice.h708 int max_maps; member
1398 int max_maps, u8 page_shift, struct mlx4_fmr *fmr);
/freebsd-12-stable/sys/dev/mthca/
Dmthca_mr.c710 if (fmr->maps >= fmr->attr.max_maps) in mthca_check_fmr()
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h1344 int max_maps; member