/freebsd/sys/dev/iser/ |
H A D | iser_verbs.c | 203 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 D | ecore_roce_api.h | 130 u32 max_cqe; member
|
H A D | ecore_rdma_api.h | 141 u32 max_cqe; member
|
H A D | ecore_rdma.c | 666 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 D | qlnxr_def.h | 280 u32 max_cqe; member
|
H A D | qlnxr_os.c | 718 attr->max_cqe = min_t(u64, ecore_attr->max_cqe, QLNXR_MAX_CQES); in qlnxr_set_device_attr()
|
H A D | qlnxr_verbs.c | 509 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 D | devinfo.c | 472 printf("\tmax_cqe:\t\t\t%d\n", device_attr.orig_attr.max_cqe); in print_hca_cap()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_main.h | 305 u32 max_cqe; member
|
H A D | irdma_verbs.c | 73 props->max_cqe = rf->max_cqe - 1; in irdma_query_device() 1480 if (entries > rf->max_cqe) in irdma_resize_cq()
|
H A D | irdma_kcompat.c | 1040 if (entries < 1 || entries > rf->max_cqe) { in irdma_create_cq()
|
H A D | irdma_hw.c | 2149 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 D | provider.c | 322 props->max_cqe = dev->rdev.hw_queue.t4_max_cq_depth; in c4iw_query_device()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 195 __u32 max_cqe; member
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | kern-abi.h | 231 __u32 max_cqe; member
|
H A D | cmd.c | 85 device_attr->max_cqe = resp->max_cqe; in copy_query_dev_fields()
|
H A D | verbs.h | 158 int max_cqe; member
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 102 props->max_cqe = mdev->limits.max_cqes; in mthca_query_device()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_sp.c | 148 attr->max_cq_wqes = le32_to_cpu(sb->max_cqe); in bnxt_qplib_get_dev_attr()
|
H A D | ib_verbs.c | 188 ib_attr->max_cqe = dev_attr->max_cq_wqes; in bnxt_re_query_device()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 340 resp->max_cqe = attr->max_cqe; in copy_query_dev_fields()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 350 int max_cqe; member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 540 props->max_cqe = dev->dev->caps.max_cqes; in mlx4_ib_query_device()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 776 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 D | hsi_struct_def.h | 73921 uint32_t max_cqe; member
|