Searched refs:max_srq (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_rdma_api.h138 u32 max_srq; /* Maximum number of SRQs */ member in struct:ecore_rdma_device
664 u64 max_srq; member in struct:ecore_rdma_counters_out_params
H A Decore_roce_api.h128 u32 max_srq; /* Maximum number of SRQs */ member in struct:ecore_rdma_device
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c495 printf("\tmax_srq:\t\t\t%d\n", device_attr.orig_attr.max_srq);
496 if (device_attr.orig_attr.max_srq) {
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h251 __u32 max_srq; member in struct:ibv_query_device_resp
H A Dcmd.c105 device_attr->max_srq = resp->max_srq;
H A Dverbs.h178 int max_srq; member in struct:ibv_device_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h211 __u32 max_srq; member in struct:ib_uverbs_query_device_resp
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c107 props->max_srq = mdev->limits.num_srqs - mdev->limits.reserved_srqs;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h325 int max_srq; member in struct:ib_device_attr
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c462 resp->max_srq = attr->max_srq;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c774 props->max_srq = 1 << MLX5_CAP_GEN(mdev, log_max_srq);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c547 props->max_srq = dev->dev->quotas.srq;
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h28471 uint16_t max_srq; member in struct:creq_query_func_resp_sb
[all...]

Completed in 372 milliseconds