Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c487 printf("\tmax_mcast_grp:\t\t\t%d\n", device_attr.orig_attr.max_mcast_grp); in print_hca_cap()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c115 props->max_mcast_grp = mdev->limits.num_mgms + mdev->limits.num_amgms; in mthca_query_device()
118 props->max_mcast_grp; in mthca_query_device()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h209 __u32 max_mcast_grp; member
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h245 __u32 max_mcast_grp; member
H A Dcmd.c99 device_attr->max_mcast_grp = resp->max_mcast_grp; in copy_query_dev_fields()
H A Dverbs.h172 int max_mcast_grp; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c555 props->max_mcast_grp = dev->dev->caps.num_mgms + dev->dev->caps.num_amgms; in mlx4_ib_query_device()
558 props->max_mcast_grp; in mlx4_ib_query_device()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c790 props->max_mcast_grp = 1 << MLX5_CAP_GEN(mdev, log_max_mcg); in mlx5_ib_query_device()
793 props->max_mcast_grp; in mlx5_ib_query_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c354 resp->max_mcast_grp = attr->max_mcast_grp; in copy_query_dev_fields()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h365 int max_mcast_grp; member
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c84 props->max_mcast_grp = rf->max_mcg; in irdma_query_device()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c205 ib_attr->max_mcast_grp = 0; in bnxt_re_query_device()