Searched refs:max_sq_desc_sz (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5-abi.h88 __u16 max_sq_desc_sz; member in struct:mlx5_alloc_ucontext_resp
H A Dmlx5.h243 int max_sq_desc_sz; member in struct:mlx5_context
H A Dverbs.c829 max_gather = (ctx->max_sq_desc_sz - size) /
837 if (tot_size > ctx->max_sq_desc_sz)
883 if (wqe_size > ctx->max_sq_desc_sz) {
896 if (attr->cap.max_send_wr > 0x7fffffff / ctx->max_sq_desc_sz) {
H A Dmlx5.c816 context->max_sq_desc_sz = resp.max_sq_desc_sz;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dfw.h101 int max_sq_desc_sz; member in struct:mlx4_dev_cap
H A Dmlx4_fw.c950 dev_cap->max_sq_desc_sz = size;
1144 dev_cap->max_sq_desc_sz, dev_cap->max_sq_sg);
H A Dmlx4_main.c401 dev->caps.max_sq_desc_sz = dev_cap->max_sq_desc_sz;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c433 sizeof (struct mlx4_wqe_inline_seg) > dev->dev->caps.max_sq_desc_sz)
449 if (s > dev->dev->caps.max_sq_desc_sz)
513 qp->sq.max_gs = (min(dev->dev->caps.max_sq_desc_sz,
546 ilog2(roundup_pow_of_two(dev->dev->caps.max_sq_desc_sz)) ||
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dmlx5-abi.h101 __u16 max_sq_desc_sz; member in struct:mlx5_ib_alloc_ucontext_resp
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h548 int max_sq_desc_sz; member in struct:mlx4_caps
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1172 resp.max_sq_desc_sz = MLX5_CAP_GEN(dev->mdev, max_wqe_sz_sq);

Completed in 230 milliseconds