Searched refs:max_cq (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Ddev.c191 rhp->max_cq = T4_QID_BASE + attr.max_cq;
193 rhp->max_cq = context->status_page->cq_start +
195 rhp->cqid2ptr = calloc(rhp->max_cq, sizeof(void *));
383 for (i=0; i < dev->max_cq; i++) {
H A Dlibcxgb4.h60 int max_cq; member in struct:c4iw_dev
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h126 u32 max_cq; member in struct:ecore_rdma_device
591 u64 max_cq; member in struct:ecore_rdma_counters_out_params
H A Decore_rdma_api.h136 u32 max_cq; member in struct:ecore_rdma_device
658 u64 max_cq; member in struct:ecore_rdma_counters_out_params
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c344 props->max_cq = sc->vres.qp.size;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c471 printf("\tmax_cq:\t\t\t\t%d\n", device_attr.orig_attr.max_cq);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h230 __u32 max_cq; member in struct:ibv_query_device_resp
H A Dcmd.c84 device_attr->max_cq = resp->max_cq;
H A Dverbs.h157 int max_cq; member in struct:ibv_device_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h190 __u32 max_cq; member in struct:ib_uverbs_query_device_resp
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1030 props->max_cq = dev->attr.max_cqs;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c100 props->max_cq = mdev->limits.num_cqs - mdev->limits.reserved_cqs;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h303 int max_cq; member in struct:ib_device_attr
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c441 resp->max_cq = attr->max_cq;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c768 props->max_cq = 1 << MLX5_CAP_GEN(mdev, log_max_cq);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c540 props->max_cq = dev->dev->quotas.cq;
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h28434 uint32_t max_cq; member in struct:creq_query_func_resp_sb
[all...]

Completed in 345 milliseconds