Searched refs:num_mgms (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_mcg.c | 225 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()
|
| HD | mthca_profile.c | 218 dev->limits.num_mgms = profile[i].num >> 1; in mthca_make_profile()
|
| HD | mthca_main.c | 560 mdev->limits.num_mgms + in mthca_init_icm() 562 mdev->limits.num_mgms + in mthca_init_icm()
|
| HD | mthca_dev.h | 167 int num_mgms; member
|
| HD | mthca_provider.c | 116 props->max_mcast_grp = mdev->limits.num_mgms + mdev->limits.num_amgms; in mthca_query_device()
|
| /NextBSD/sys/dev/ifmlx4/ |
| HD | mcg.c | 1047 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()
|
| HD | profile.c | 228 dev->caps.num_mgms = profile[i].num; in mlx4_make_profile() 232 dev->caps.num_mgms = profile[i].num >> 1; in mlx4_make_profile()
|
| HD | main.c | 1019 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()
|
| HD | fw.c | 310 size = dev->caps.num_mgms + dev->caps.num_amgms; in mlx4_QUERY_FUNC_CAP_wrapper()
|
| /NextBSD/sys/ofed/drivers/net/mlx4/ |
| HD | mcg.c | 1047 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()
|
| HD | profile.c | 228 dev->caps.num_mgms = profile[i].num; in mlx4_make_profile() 232 dev->caps.num_mgms = profile[i].num >> 1; in mlx4_make_profile()
|
| HD | main.c | 1017 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()
|
| HD | fw.c | 310 size = dev->caps.num_mgms + dev->caps.num_amgms; in mlx4_QUERY_FUNC_CAP_wrapper()
|
| /NextBSD/sys/ofed/include/linux/mlx4/ |
| HD | device.h | 487 int num_mgms; member
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | main.c | 263 props->max_mcast_grp = dev->dev->caps.num_mgms + dev->dev->caps.num_amgms; in mlx4_ib_query_device()
|