Searched refs:num_mcg (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_profile.h45 int num_mcg; member in struct:mthca_profile
H A Dmthca_main.c94 .num_mcg = MTHCA_DEFAULT_NUM_MCG,
111 module_param_named(num_mcg, hca_profile.num_mcg, int, 0444);
112 MODULE_PARM_DESC(num_mcg, "maximum number of multicast groups per HCA");
1226 mthca_check_profile_val(num_mcg, MTHCA_DEFAULT_NUM_MCG);
H A Dmthca_profile.c107 profile[MTHCA_RES_MCG].num = request->num_mcg;
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c114 profile[MLX4_RES_MCG].num = request->num_mcg;
H A Dmlx4.h417 int num_mcg; member in struct:mlx4_profile
H A Dmlx4_main.c136 .num_mcg = 1 << 13,
146 .num_mcg = 1 << 8,
2248 profile.num_mcg = MLX4_FS_NUM_MCG;

Completed in 181 milliseconds