Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mthca/
Dmthca_profile.h45 int num_mcg; member
Dmthca_main.c93 .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");
1303 mthca_check_profile_val(num_mcg, MTHCA_DEFAULT_NUM_MCG); in mthca_validate_profile()
Dmthca_profile.c108 profile[MTHCA_RES_MCG].num = request->num_mcg; in mthca_make_profile()
/drivers/net/mlx4/
Dprofile.c116 profile[MLX4_RES_MCG].num = request->num_mcg; in mlx4_make_profile()
Dmlx4.h148 int num_mcg; member
Dmain.c83 .num_mcg = 1 << 13,