Searched refs:max_cqe (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/dev/iser/
H A Diser_verbs.c204 int i, max_cqe; local
219 max_cqe = min(ISER_MAX_CQ_LEN, ib_dev->attrs.max_cqe);
221 ISER_DBG("using %d CQs, device %s supports %d vectors max_cqe %d",
223 device->ib_device->num_comp_vectors, max_cqe);
232 .cqe = max_cqe,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h133 u32 max_cqe; member in struct:ecore_rdma_device
H A Decore_rdma_api.h143 u32 max_cqe; member in struct:ecore_rdma_device
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c345 props->max_cqe = dev->rdev.hw_queue.t4_max_cq_depth;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c472 printf("\tmax_cqe:\t\t\t%d\n", device_attr.orig_attr.max_cqe);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h231 __u32 max_cqe; member in struct:ibv_query_device_resp
H A Dcmd.c85 device_attr->max_cqe = resp->max_cqe;
H A Dverbs.h158 int max_cqe; member in struct:ibv_device_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h191 __u32 max_cqe; member in struct:ib_uverbs_query_device_resp
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1031 props->max_cqe = dev->attr.max_cqes_per_cq;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c101 props->max_cqe = mdev->limits.max_cqes;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h304 int max_cqe; member in struct:ib_device_attr
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c442 resp->max_cqe = attr->max_cqe;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c769 props->max_cqe = (1 << MLX5_CAP_GEN(mdev, log_max_cq_sz)) - 1;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c541 props->max_cqe = dev->dev->caps.max_cqes;
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h28436 uint32_t max_cqe; member in struct:creq_query_func_resp_sb
[all...]

Completed in 901 milliseconds