Home
last modified time | relevance | path

Searched refs:num_mgms (Results 1 – 15 of 15) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_mcg.c225 BUG_ON(index < dev->limits.num_mgms); in mthca_multicast_attach()
316 BUG_ON(amgm_index_to_free < dev->limits.num_mgms); in mthca_multicast_detach()
341 BUG_ON(index < dev->limits.num_mgms); in mthca_multicast_detach()
355 int table_size = dev->limits.num_mgms + dev->limits.num_amgms; in mthca_init_mcg_table()
360 dev->limits.num_mgms); in mthca_init_mcg_table()
HDmthca_profile.c218 dev->limits.num_mgms = profile[i].num >> 1; in mthca_make_profile()
HDmthca_main.c560 mdev->limits.num_mgms + in mthca_init_icm()
562 mdev->limits.num_mgms + in mthca_init_icm()
HDmthca_dev.h167 int num_mgms; member
HDmthca_provider.c116 props->max_mcast_grp = mdev->limits.num_mgms + mdev->limits.num_amgms; in mthca_query_device()
/NextBSD/sys/dev/ifmlx4/
HDmcg.c1047 index += dev->caps.num_mgms; in mlx4_qp_attach_common()
1103 if (index < dev->caps.num_mgms) in mlx4_qp_attach_common()
1105 index, dev->caps.num_mgms); in mlx4_qp_attach_common()
1108 index - dev->caps.num_mgms, MLX4_USE_RR); in mlx4_qp_attach_common()
1201 if (amgm_index < dev->caps.num_mgms) in mlx4_qp_detach_common()
1203 index, amgm_index, dev->caps.num_mgms); in mlx4_qp_detach_common()
1206 amgm_index - dev->caps.num_mgms, MLX4_USE_RR); in mlx4_qp_detach_common()
1221 if (index < dev->caps.num_mgms) in mlx4_qp_detach_common()
1223 prev, index, dev->caps.num_mgms); in mlx4_qp_detach_common()
1226 index - dev->caps.num_mgms, MLX4_USE_RR); in mlx4_qp_detach_common()
HDprofile.c228 dev->caps.num_mgms = profile[i].num; in mlx4_make_profile()
232 dev->caps.num_mgms = profile[i].num >> 1; in mlx4_make_profile()
HDmain.c1019 dev->caps.num_mgms = 0; in mlx4_slave_cap()
1609 dev->caps.num_mgms + dev->caps.num_amgms, in mlx4_init_icm()
1610 dev->caps.num_mgms + dev->caps.num_amgms, in mlx4_init_icm()
HDfw.c310 size = dev->caps.num_mgms + dev->caps.num_amgms; in mlx4_QUERY_FUNC_CAP_wrapper()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDmcg.c1047 index += dev->caps.num_mgms; in mlx4_qp_attach_common()
1103 if (index < dev->caps.num_mgms) in mlx4_qp_attach_common()
1105 index, dev->caps.num_mgms); in mlx4_qp_attach_common()
1108 index - dev->caps.num_mgms, MLX4_USE_RR); in mlx4_qp_attach_common()
1201 if (amgm_index < dev->caps.num_mgms) in mlx4_qp_detach_common()
1203 index, amgm_index, dev->caps.num_mgms); in mlx4_qp_detach_common()
1206 amgm_index - dev->caps.num_mgms, MLX4_USE_RR); in mlx4_qp_detach_common()
1221 if (index < dev->caps.num_mgms) in mlx4_qp_detach_common()
1223 prev, index, dev->caps.num_mgms); in mlx4_qp_detach_common()
1226 index - dev->caps.num_mgms, MLX4_USE_RR); in mlx4_qp_detach_common()
HDprofile.c228 dev->caps.num_mgms = profile[i].num; in mlx4_make_profile()
232 dev->caps.num_mgms = profile[i].num >> 1; in mlx4_make_profile()
HDmain.c1017 dev->caps.num_mgms = 0; in mlx4_slave_cap()
1644 dev->caps.num_mgms + dev->caps.num_amgms, in mlx4_init_icm()
1645 dev->caps.num_mgms + dev->caps.num_amgms, in mlx4_init_icm()
HDfw.c310 size = dev->caps.num_mgms + dev->caps.num_amgms; in mlx4_QUERY_FUNC_CAP_wrapper()
/NextBSD/sys/ofed/include/linux/mlx4/
HDdevice.h487 int num_mgms; member
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c263 props->max_mcast_grp = dev->dev->caps.num_mgms + dev->dev->caps.num_amgms; in mlx4_ib_query_device()