Searched refs:max_srq_wqes (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c248 __u32 max_srq_wqes = 1 << MLX5_CAP_GEN(dev->mdev, log_max_srq_sz); local
251 if (init_attr->attr.max_wr >= max_srq_wqes) {
254 max_srq_wqes);
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.h67 u32 max_srq_wqes; member in struct:bnxt_qplib_dev_attr
H A Dib_verbs.c210 ib_attr->max_srq_wr = dev_attr->max_srq_wqes;
1246 if (srq_init_attr->attr.max_wr >= dev_attr->max_srq_wqes) {
1260 if (entries > dev_attr->max_srq_wqes + 1)
1261 entries = dev_attr->max_srq_wqes + 1;
H A Dqplib_sp.c168 attr->max_srq_wqes = le32_to_cpu(sb->max_srq_wr) - 1;
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c90 if (init_attr->attr.max_wr >= dev->dev->caps.max_srq_wqes ||
H A Dmlx4_ib_main.c547 props->max_srq_wr = dev->dev->caps.max_srq_wqes - 1;
/freebsd-current/sys/dev/mthca/
H A Dmthca_dev.h152 int max_srq_wqes; member in struct:mthca_limits
H A Dmthca_srq.c209 if (attr->max_wr > dev->limits.max_srq_wqes ||
H A Dmthca_main.c218 mdev->limits.max_srq_wqes = dev_lim->max_srq_sz;
H A Dmthca_provider.c109 props->max_srq_wr = mdev->limits.max_srq_wqes;
/freebsd-current/sys/dev/mlx4/
H A Ddevice.h559 int max_srq_wqes; member in struct:mlx4_caps
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c399 dev->caps.max_srq_wqes = dev_cap->max_srq_sz;

Completed in 134 milliseconds