Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_mr.c388 u32 max_num_sg) in mlx4_ib_alloc_mr() argument
395 max_num_sg > MLX4_MAX_FAST_REG_PAGES) in mlx4_ib_alloc_mr()
403 max_num_sg, 0, &mr->mmr); in mlx4_ib_alloc_mr()
407 err = mlx4_alloc_priv_pages(pd->device, mr, max_num_sg); in mlx4_ib_alloc_mr()
411 mr->max_pages = max_num_sg; in mlx4_ib_alloc_mr()
Dmlx4_ib.h735 u32 max_num_sg);
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dmem.c613 u32 max_num_sg) in c4iw_alloc_mr() argument
621 int length = roundup(max_num_sg * sizeof(u64), 32); in c4iw_alloc_mr()
627 max_num_sg > t4_max_fr_depth( in c4iw_alloc_mr()
646 ret = alloc_pbl(mhp, max_num_sg); in c4iw_alloc_mr()
649 mhp->attr.pbl_size = max_num_sg; in c4iw_alloc_mr()
Diw_cxgbe.h936 u32 max_num_sg);
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_mr.c1352 u32 max_num_sg) in mlx5_ib_alloc_mr() argument
1356 int ndescs = ALIGN(max_num_sg, 4); in mlx5_ib_alloc_mr()
Dmlx5_ib.h848 u32 max_num_sg);
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_verbs.c1432 u32 max_num_sg) in ib_alloc_mr() argument
1439 mr = pd->device->alloc_mr(pd, mr_type, max_num_sg); in ib_alloc_mr()
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h2018 u32 max_num_sg);
3214 u32 max_num_sg);