Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mthca/
HDmthca_mcg.c205 BUG_ON(index < dev->limits.num_mgms); in mthca_multicast_attach()
285 BUG_ON(amgm_index_to_free < dev->limits.num_mgms); in mthca_multicast_detach()
304 BUG_ON(index < dev->limits.num_mgms); in mthca_multicast_detach()
318 int table_size = dev->limits.num_mgms + dev->limits.num_amgms; in mthca_init_mcg_table()
323 dev->limits.num_mgms); in mthca_init_mcg_table()
HDmthca_profile.c214 dev->limits.num_mgms = profile[i].num >> 1; in mthca_make_profile()
HDmthca_main.c510 mdev->limits.num_mgms + in mthca_init_icm()
512 mdev->limits.num_mgms + in mthca_init_icm()
HDmthca_dev.h169 int num_mgms; member
HDmthca_provider.c114 props->max_mcast_grp = mdev->limits.num_mgms + mdev->limits.num_amgms; in mthca_query_device()
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_mcg.c1144 index += dev->caps.num_mgms; in mlx4_qp_attach_common()
1201 if (index < dev->caps.num_mgms) in mlx4_qp_attach_common()
1203 index, dev->caps.num_mgms); in mlx4_qp_attach_common()
1206 index - dev->caps.num_mgms, MLX4_USE_RR); in mlx4_qp_attach_common()
1298 if (amgm_index < dev->caps.num_mgms) in mlx4_qp_detach_common()
1300 index, amgm_index, dev->caps.num_mgms); in mlx4_qp_detach_common()
1303 amgm_index - dev->caps.num_mgms, MLX4_USE_RR); in mlx4_qp_detach_common()
1318 if (index < dev->caps.num_mgms) in mlx4_qp_detach_common()
1320 prev, index, dev->caps.num_mgms); in mlx4_qp_detach_common()
1323 index - dev->caps.num_mgms, MLX4_USE_RR); in mlx4_qp_detach_common()
HDmlx4_profile.c229 dev->caps.num_mgms = profile[i].num; in mlx4_make_profile()
233 dev->caps.num_mgms = profile[i].num >> 1; in mlx4_make_profile()
HDmlx4_main.c902 dev->caps.num_mgms = 0; in mlx4_slave_cap()
1714 dev->caps.num_mgms + dev->caps.num_amgms, in mlx4_init_icm()
1715 dev->caps.num_mgms + dev->caps.num_amgms, in mlx4_init_icm()
HDmlx4_fw.c518 size = dev->caps.num_mgms + dev->caps.num_amgms; in mlx4_QUERY_FUNC_CAP_wrapper()
/freebsd-11-stable/sys/dev/mlx4/
HDdevice.h576 int num_mgms; member
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_main.c556 props->max_mcast_grp = dev->dev->caps.num_mgms + dev->dev->caps.num_amgms; in mlx4_ib_query_device()