/freebsd/contrib/ofed/libirdma/ |
H A D | irdma.h | 84 u32 max_qp_wr; member
|
/freebsd/sys/dev/iser/ |
H A D | iser_verbs.c | 455 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 D | mlx4.c | 241 context->max_qp_wr = dev_attrs.orig_attr.max_qp_wr; in mlx4_init_context()
|
H A D | verbs.c | 802 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 D | mlx4.h | 142 int max_qp_wr; member
|
/freebsd/sys/dev/irdma/ |
H A D | irdma.h | 222 u32 max_qp_wr; member
|
H A D | irdma_kcompat.c | 206 uresp.wq_size = iwdev->rf->sc_dev.hw_attrs.max_qp_wr * 2; in irdma_alloc_ucontext()
|
H A D | irdma_verbs.c | 70 props->max_qp_wr = hw_attrs->max_qp_wr; in irdma_query_device()
|
H A D | irdma_ctrl.c | 5517 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 D | devinfo.c | 466 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 D | provider.c | 314 props->max_qp_wr = dev->rdev.hw_queue.t4_max_qp_depth; in c4iw_query_device()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 190 __u32 max_qp_wr; member
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | kern-abi.h | 226 __u32 max_qp_wr; member
|
H A D | cmd.c | 80 device_attr->max_qp_wr = resp->max_qp_wr; in copy_query_dev_fields()
|
H A D | verbs.h | 153 int max_qp_wr; member
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 98 props->max_qp_wr = mdev->limits.max_wqes; in mthca_query_device()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_sp.c | 128 attr->max_qp_wqes = le16_to_cpu(sb->max_qp_wr) - 1; in bnxt_qplib_get_dev_attr()
|
H A D | ib_verbs.c | 164 ib_attr->max_qp_wr = dev_attr->max_qp_wqes; in bnxt_re_query_device()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 335 resp->max_qp_wr = attr->max_qp_wr; in copy_query_dev_fields()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 345 int max_qp_wr; member
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | cma.c | 297 cma_dev->max_qpsize = attr.max_qp_wr; in ucma_init_device()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 535 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 D | mlx5_ib_main.c | 766 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 D | hsi_struct_def.h | 73824 uint16_t max_qp_wr; member
|