Searched refs:max_qp_wr (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c229 context->max_qp_wr = dev_attrs.orig_attr.max_qp_wr;
H A Dverbs.c793 if (ctx->max_qp_wr) { /* mlx4_query_device succeeded */
794 if (attr->cap.max_send_wr > ctx->max_qp_wr ||
795 attr->cap.max_recv_wr > ctx->max_qp_wr ||
H A Dmlx4.h142 int max_qp_wr; member in struct:mlx4_context
/freebsd-11-stable/sys/dev/iser/
H A Diser_verbs.c464 if (dev_attr->max_qp_wr > ISER_QP_MAX_REQ_DTOS) {
469 init_attr.cap.max_send_wr = dev_attr->max_qp_wr;
471 ISER_GET_MAX_XMIT_CMDS(dev_attr->max_qp_wr);
474 device->ib_device->name, dev_attr->max_qp_wr);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c337 props->max_qp_wr = dev->rdev.hw_queue.t4_max_qp_depth;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c466 printf("\tmax_qp_wr:\t\t\t%d\n", device_attr.orig_attr.max_qp_wr);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h226 __u32 max_qp_wr; member in struct:ibv_query_device_resp
H A Dcmd.c80 device_attr->max_qp_wr = resp->max_qp_wr;
H A Dverbs.h153 int max_qp_wr; member in struct:ibv_device_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h186 __u32 max_qp_wr; member in struct:ib_uverbs_query_device_resp
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1025 props->max_qp_wr = dev->attr.max_wrs;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c97 props->max_qp_wr = mdev->limits.max_wqes;
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c297 cma_dev->max_qpsize = attr.max_qp_wr;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h299 int max_qp_wr; member in struct:ib_device_attr
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c437 resp->max_qp_wr = attr->max_qp_wr;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c759 props->max_qp_wr = 1 << MLX5_CAP_GEN(mdev, log_max_qp_sz);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c536 props->max_qp_wr = dev->dev->caps.max_wqes - MLX4_IB_SQ_MAX_SPARE;
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h28428 uint16_t max_qp_wr; member in struct:creq_query_func_resp_sb
[all...]

Completed in 520 milliseconds