Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_main.c97 .fmr_reserved_mtts = MTHCA_DEFAULT_NUM_RESERVED_MTTS, /* Tavor only */
124 module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
125 MODULE_PARM_DESC(fmr_reserved_mtts,
1227 mthca_check_profile_val(fmr_reserved_mtts, MTHCA_DEFAULT_NUM_RESERVED_MTTS); in mthca_validate_profile()
1229 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) { in mthca_validate_profile()
1231 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()
1234 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2; in mthca_validate_profile()
1236 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()
Dmthca_mr.c580 dev->limits.fmr_reserved_mtts = 0; in mthca_init_mr_table()
596 if (dev->limits.fmr_reserved_mtts) { in mthca_init_mr_table()
597 i = fls(dev->limits.fmr_reserved_mtts - 1); in mthca_init_mr_table()
639 if (dev->limits.fmr_reserved_mtts) { in mthca_init_mr_table()
671 if (dev->limits.fmr_reserved_mtts) in mthca_init_mr_table()
694 if (dev->limits.fmr_reserved_mtts) in mthca_cleanup_mr_table()
Dmthca_profile.h51 int fmr_reserved_mtts; member
Dmthca_profile.c275 dev->limits.fmr_reserved_mtts = 0; in mthca_make_profile()
277 dev->limits.fmr_reserved_mtts = request->fmr_reserved_mtts; in mthca_make_profile()
Dmthca_dev.h162 int fmr_reserved_mtts; member
/kernel/linux/linux-5.10/include/linux/mlx4/
Ddevice.h577 int fmr_reserved_mtts; member