Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mthca/
Dmthca_profile.h46 int num_mpt; member
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,
1231 mthca_check_profile_val(num_mpt, MTHCA_DEFAULT_NUM_MPT); in mthca_validate_profile()
Dmthca_profile.c109 profile[MTHCA_RES_MPT].num = request->num_mpt; in mthca_make_profile()
/drivers/net/ethernet/mellanox/mlx4/
Dprofile.c132 profile[MLX4_RES_DMPT].num = request->num_mpt; in mlx4_make_profile()
Dmlx4.h399 int num_mpt; member
Dmain.c117 .num_mpt = 1 << 19,