Searched refs:max_qp (Results 1 - 18 of 18) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c758 props->max_qp = 1 << MLX5_CAP_GEN(mdev, log_max_qp);
777 props->max_res_rd_atom = props->max_qp_rd_atom * props->max_qp;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c535 props->max_qp = dev->dev->quotas.qp;
546 props->max_res_rd_atom = props->max_qp_rd_atom * props->max_qp;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c436 resp->max_qp = attr->max_qp;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h298 int max_qp; member in struct:ib_device_attr
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c336 props->max_qp = sc->vres.qp.size / 2;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.h152 int max_qp; member in struct:ibv_device_attr
H A Dkern-abi.h225 __u32 max_qp; member in struct:ibv_query_device_resp
H A Dcmd.c79 device_attr->max_qp = resp->max_qp;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c465 printf("\tmax_qp:\t\t\t\t%d\n", device_attr.orig_attr.max_qp);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h127 u32 max_qp; member in struct:ecore_rdma_device
593 u64 max_qp; member in struct:ecore_rdma_counters_out_params
H A Decore_rdma_api.h137 u32 max_qp; member in struct:ecore_rdma_device
660 u64 max_qp; member in struct:ecore_rdma_counters_out_params
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h28426 uint32_t max_qp; member in struct:creq_query_func_resp_sb
[all...]
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h185 __u32 max_qp; member in struct:ib_uverbs_query_device_resp
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c96 props->max_qp = mdev->limits.num_qps - mdev->limits.reserved_qps;
106 props->max_res_rd_atom = props->max_qp_rd_atom * props->max_qp;
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dqp.c544 for (i=0; i < dev->max_qp; i++) {
H A Dlibcxgb4.h58 int max_qp; member in struct:c4iw_dev
H A Ddev.c181 rhp->max_qp = T4_QID_BASE + attr.max_qp;
183 rhp->max_qp = context->status_page->qp_start +
186 rhp->qpid2ptr = calloc(rhp->max_qp, sizeof(void *));
391 for (i=0; i < dev->max_qp; i++) {
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1024 props->max_qp = dev->attr.max_qps;

Completed in 473 milliseconds