Home
last modified time | relevance | path

Searched refs:max_qp_wr (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma.h84 u32 max_qp_wr; member
/freebsd/sys/dev/iser/
H A Diser_verbs.c455 if (dev_attr->max_qp_wr > ISER_QP_MAX_REQ_DTOS) { in iser_create_ib_conn_res()
460 init_attr.cap.max_send_wr = dev_attr->max_qp_wr; in iser_create_ib_conn_res()
462 ISER_GET_MAX_XMIT_CMDS(dev_attr->max_qp_wr); in iser_create_ib_conn_res()
465 device->ib_device->name, dev_attr->max_qp_wr); in iser_create_ib_conn_res()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c241 context->max_qp_wr = dev_attrs.orig_attr.max_qp_wr; in mlx4_init_context()
H A Dverbs.c802 if (ctx->max_qp_wr) { /* mlx4_query_device succeeded */ in mlx4_create_qp_ex()
803 if (attr->cap.max_send_wr > ctx->max_qp_wr || in mlx4_create_qp_ex()
804 attr->cap.max_recv_wr > ctx->max_qp_wr || in mlx4_create_qp_ex()
H A Dmlx4.h142 int max_qp_wr; member
/freebsd/sys/dev/irdma/
H A Dirdma.h222 u32 max_qp_wr; member
H A Dirdma_kcompat.c206 uresp.wq_size = iwdev->rf->sc_dev.hw_attrs.max_qp_wr * 2; in irdma_alloc_ucontext()
H A Dirdma_verbs.c70 props->max_qp_wr = hw_attrs->max_qp_wr; in irdma_query_device()
H A Dirdma_ctrl.c5517 dev->hw_attrs.max_qp_wr = IRDMA_MAX_QP_WRS(IRDMA_MAX_QUANTA_PER_WR); in irdma_sc_dev_init()
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c466 printf("\tmax_qp_wr:\t\t\t%d\n", device_attr.orig_attr.max_qp_wr); in print_hca_cap()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c314 props->max_qp_wr = dev->rdev.hw_queue.t4_max_qp_depth; in c4iw_query_device()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h190 __u32 max_qp_wr; member
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h226 __u32 max_qp_wr; member
H A Dcmd.c80 device_attr->max_qp_wr = resp->max_qp_wr; in copy_query_dev_fields()
H A Dverbs.h153 int max_qp_wr; member
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c98 props->max_qp_wr = mdev->limits.max_wqes; in mthca_query_device()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.c128 attr->max_qp_wqes = le16_to_cpu(sb->max_qp_wr) - 1; in bnxt_qplib_get_dev_attr()
H A Dib_verbs.c164 ib_attr->max_qp_wr = dev_attr->max_qp_wqes; in bnxt_re_query_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c335 resp->max_qp_wr = attr->max_qp_wr; in copy_query_dev_fields()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h345 int max_qp_wr; member
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c297 cma_dev->max_qpsize = attr.max_qp_wr; in ucma_init_device()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c535 props->max_qp_wr = dev->dev->caps.max_wqes - MLX4_IB_SQ_MAX_SPARE; in mlx4_ib_query_device()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c766 props->max_qp_wr = 1 << MLX5_CAP_GEN(mdev, log_max_qp_sz); in mlx5_ib_query_device()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h73824 uint16_t max_qp_wr; member