Home
last modified time | relevance | path

Searched refs:max_cqe (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/dev/iser/
H A Diser_verbs.c203 int i, max_cqe; in iser_create_device_ib_res() local
216 max_cqe = min(ISER_MAX_CQ_LEN, ib_dev->attrs.max_cqe); in iser_create_device_ib_res()
220 device->ib_device->num_comp_vectors, max_cqe); in iser_create_device_ib_res()
229 .cqe = max_cqe, in iser_create_device_ib_res()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h130 u32 max_cqe; member
H A Decore_rdma_api.h141 u32 max_cqe; member
H A Decore_rdma.c666 dev->max_cqe = ECORE_RDMA_MAX_CQE_32_BIT; in ecore_rdma_init_devinfo()
668 dev->max_cqe = ECORE_RDMA_MAX_CQE_16_BIT; in ecore_rdma_init_devinfo()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h280 u32 max_cqe; member
H A Dqlnxr_os.c718 attr->max_cqe = min_t(u64, ecore_attr->max_cqe, QLNXR_MAX_CQES); in qlnxr_set_device_attr()
H A Dqlnxr_verbs.c509 attr->max_cqe = qattr->max_cqe; in qlnxr_query_device()
1988 QL_DPRINT12(ha, "qattr->max_cqe = 0x%x\n", qattr->max_cqe); in qlnxr_check_qp_attrs()
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c472 printf("\tmax_cqe:\t\t\t%d\n", device_attr.orig_attr.max_cqe); in print_hca_cap()
/freebsd/sys/dev/irdma/
H A Dirdma_main.h305 u32 max_cqe; member
H A Dirdma_verbs.c73 props->max_cqe = rf->max_cqe - 1; in irdma_query_device()
1480 if (entries > rf->max_cqe) in irdma_resize_cq()
H A Dirdma_kcompat.c1040 if (entries < 1 || entries > rf->max_cqe) { in irdma_create_cq()
H A Dirdma_hw.c2149 rf->max_cqe = rf->sc_dev.hw_attrs.uk_attrs.max_hw_cq_size; in irdma_initialize_hw_rsrc()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c322 props->max_cqe = dev->rdev.hw_queue.t4_max_cq_depth; in c4iw_query_device()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h195 __u32 max_cqe; member
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h231 __u32 max_cqe; member
H A Dcmd.c85 device_attr->max_cqe = resp->max_cqe; in copy_query_dev_fields()
H A Dverbs.h158 int max_cqe; member
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c102 props->max_cqe = mdev->limits.max_cqes; in mthca_query_device()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.c148 attr->max_cq_wqes = le32_to_cpu(sb->max_cqe); in bnxt_qplib_get_dev_attr()
H A Dib_verbs.c188 ib_attr->max_cqe = dev_attr->max_cq_wqes; in bnxt_re_query_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c340 resp->max_cqe = attr->max_cqe; in copy_query_dev_fields()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h350 int max_cqe; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c540 props->max_cqe = dev->dev->caps.max_cqes; in mlx4_ib_query_device()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c776 props->max_cqe = (1 << MLX5_CAP_GEN(mdev, log_max_cq_sz)) - 1; in mlx5_ib_query_device()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h73921 uint32_t max_cqe; member