Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_profile.h46 int num_mpt; member
H A Dmthca_main.c95 .num_mpt = MTHCA_DEFAULT_NUM_MPT,
114 module_param_named(num_mpt, hca_profile.num_mpt, int, 0444);
115 MODULE_PARM_DESC(num_mpt,
1227 mthca_check_profile_val(num_mpt, MTHCA_DEFAULT_NUM_MPT); in mthca_validate_profile()
H A Dmthca_profile.c108 profile[MTHCA_RES_MPT].num = request->num_mpt; in mthca_make_profile()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c111 profile[MLX4_RES_DMPT].num = request->num_mpt; in mlx4_make_profile()
H A Dmlx4.h418 int num_mpt; member
H A Dmlx4_main.c137 .num_mpt = 1 << 19,
147 .num_mpt = 1 << 9,