Home
last modified time | relevance | path

Searched refs:max_cqes (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_user.h47 int max_cqes; member
H A Dqlnxr_verbs.c981 uresp.max_cqes = QLNXR_MAX_CQES; in qlnxr_alloc_ucontext()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c187 if (entries < 1 || entries > dev->dev->caps.max_cqes) in mlx4_ib_create_cq()
377 if (entries < 1 || entries > dev->dev->caps.max_cqes) { in mlx4_ib_resize_cq()
388 if (entries > dev->dev->caps.max_cqes + 1) { in mlx4_ib_resize_cq()
H A Dmlx4_ib_main.c540 props->max_cqe = dev->dev->caps.max_cqes; in mlx4_ib_query_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c102 props->max_cqe = mdev->limits.max_cqes; in mthca_query_device()
615 if (entries < 1 || entries > to_mdev(ibdev)->limits.max_cqes) in mthca_create_cq()
728 if (entries < 1 || entries > dev->limits.max_cqes) in mthca_resize_cq()
H A Dmthca_dev.h158 int max_cqes; member
H A Dmthca_main.c228 mdev->limits.max_cqes = dev_lim->max_cq_sz - 1; in mthca_dev_lim()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_rdma.h516 __le32 max_cqes; member
709 __le32 max_cqes; member
H A Decore_rdma.c1338 p_ramrod->max_cqes = OSAL_CPU_TO_LE32(params->cq_size); in ecore_rdma_create_cq()
2308 p_ramrod->max_cqes = OSAL_CPU_TO_LE32(in_params->cq_size); in ecore_rdma_resize_cq()
/freebsd/sys/dev/mlx4/
H A Ddevice.h563 int max_cqes; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h9595 uint32_t max_cqes; member
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c409 dev->caps.max_cqes = dev_cap->max_cq_sz - 1; in mlx4_dev_cap()