Searched refs:num_mtt (Results 1 – 8 of 8) sorted by relevance
/drivers/infiniband/hw/mthca/ |
D | mthca_main.c | 95 .num_mtt = MTHCA_DEFAULT_NUM_MTT, 117 module_param_named(num_mtt, hca_profile.num_mtt, int, 0444); 118 MODULE_PARM_DESC(num_mtt, 1305 mthca_check_profile_val(num_mtt, MTHCA_DEFAULT_NUM_MTT); in mthca_validate_profile() 1309 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) { in mthca_validate_profile() 1313 hca_profile.num_mtt); in mthca_validate_profile() 1314 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2; in mthca_validate_profile()
|
D | mthca_profile.h | 47 int num_mtt; member
|
D | mthca_cmd.h | 290 int num_mtt, u8 *status);
|
D | mthca_profile.c | 110 profile[MTHCA_RES_MTT].num = request->num_mtt; in mthca_make_profile()
|
D | mthca_cmd.c | 1581 int num_mtt, u8 *status) in mthca_WRITE_MTT() argument 1583 return mthca_cmd(dev, mailbox->dma, num_mtt, 0, CMD_WRITE_MTT, in mthca_WRITE_MTT()
|
/drivers/net/mlx4/ |
D | profile.c | 115 profile[MLX4_RES_MTT].num = request->num_mtt; in mlx4_make_profile()
|
D | mlx4.h | 150 int num_mtt; member
|
D | main.c | 85 .num_mtt = 1 << 20,
|