Searched refs:num_mcg (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_profile.h | 45 int num_mcg; member
|
H A D | mthca_main.c | 93 .num_mcg = MTHCA_DEFAULT_NUM_MCG, 110 module_param_named(num_mcg, hca_profile.num_mcg, int, 0444); 111 MODULE_PARM_DESC(num_mcg, "maximum number of multicast groups per HCA"); 1223 mthca_check_profile_val(num_mcg, MTHCA_DEFAULT_NUM_MCG); in mthca_validate_profile()
|
H A D | mthca_profile.c | 107 profile[MTHCA_RES_MCG].num = request->num_mcg; in mthca_make_profile()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_profile.h | 45 int num_mcg; member
|
H A D | mthca_main.c | 93 .num_mcg = MTHCA_DEFAULT_NUM_MCG, 110 module_param_named(num_mcg, hca_profile.num_mcg, int, 0444); 111 MODULE_PARM_DESC(num_mcg, "maximum number of multicast groups per HCA"); 1208 mthca_check_profile_val(num_mcg, MTHCA_DEFAULT_NUM_MCG); in mthca_validate_profile()
|
H A D | mthca_profile.c | 105 profile[MTHCA_RES_MCG].num = request->num_mcg; in mthca_make_profile()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | profile.c | 134 profile[MLX4_RES_MCG].num = request->num_mcg; in mlx4_make_profile()
|
H A D | mlx4.h | 423 int num_mcg; member
|
H A D | main.c | 131 .num_mcg = 1 << 13, 141 .num_mcg = 1 << 8, 2345 profile.num_mcg = MLX4_FS_NUM_MCG; in mlx4_init_hca()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | profile.c | 134 profile[MLX4_RES_MCG].num = request->num_mcg; in mlx4_make_profile()
|
H A D | mlx4.h | 425 int num_mcg; member
|
H A D | main.c | 130 .num_mcg = 1 << 13, 140 .num_mcg = 1 << 8, 2370 profile.num_mcg = MLX4_FS_NUM_MCG; in mlx4_init_hca()
|
Completed in 21 milliseconds