Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/mthca/
A 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,
1212 mthca_check_profile_val(fmr_reserved_mtts, MTHCA_DEFAULT_NUM_RESERVED_MTTS); in mthca_validate_profile()
1214 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) { in mthca_validate_profile()
1216 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()
1219 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2; in mthca_validate_profile()
1221 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()
A Dmthca_mr.c577 dev->limits.fmr_reserved_mtts = 0; in mthca_init_mr_table()
593 if (dev->limits.fmr_reserved_mtts) { in mthca_init_mr_table()
594 i = fls(dev->limits.fmr_reserved_mtts - 1); in mthca_init_mr_table()
636 if (dev->limits.fmr_reserved_mtts) { in mthca_init_mr_table()
668 if (dev->limits.fmr_reserved_mtts) in mthca_init_mr_table()
691 if (dev->limits.fmr_reserved_mtts) in mthca_cleanup_mr_table()
A Dmthca_profile.h51 int fmr_reserved_mtts; member
A Dmthca_profile.c273 dev->limits.fmr_reserved_mtts = 0; in mthca_make_profile()
275 dev->limits.fmr_reserved_mtts = request->fmr_reserved_mtts; in mthca_make_profile()
A Dmthca_dev.h162 int fmr_reserved_mtts; member
/linux-6.3-rc2/include/linux/mlx4/
A Ddevice.h576 int fmr_reserved_mtts; member

Completed in 15 milliseconds