Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_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()
H A Dmthca_profile.c214 dev->limits.num_mgms = profile[i].num >> 1; in mthca_make_profile()
H A Dmthca_main.c510 mdev->limits.num_mgms + in mthca_init_icm()
512 mdev->limits.num_mgms + in mthca_init_icm()
H A Dmthca_dev.h169 int num_mgms; member
H A Dmthca_provider.c115 props->max_mcast_grp = mdev->limits.num_mgms + mdev->limits.num_amgms; in mthca_query_device()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_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()
H A Dmlx4_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()
H A Dmlx4_main.c903 dev->caps.num_mgms = 0; in mlx4_slave_cap()
1715 dev->caps.num_mgms + dev->caps.num_amgms, in mlx4_init_icm()
1716 dev->caps.num_mgms + dev->caps.num_amgms, in mlx4_init_icm()
H A Dmlx4_fw.c518 size = dev->caps.num_mgms + dev->caps.num_amgms; in mlx4_QUERY_FUNC_CAP_wrapper()
/freebsd/sys/dev/mlx4/
H A Ddevice.h576 int num_mgms; 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()