Home
last modified time | relevance | path

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

/linux/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,
1216 mthca_check_profile_val(fmr_reserved_mtts, MTHCA_DEFAULT_NUM_RESERVED_MTTS); in mthca_validate_profile()
1218 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) { in mthca_validate_profile()
1220 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()
1223 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2; in mthca_validate_profile()
1225 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()
A 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()
A 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()
A Dmthca_profile.h51 int fmr_reserved_mtts; member
A Dmthca_dev.h162 int fmr_reserved_mtts; member
/linux/include/linux/mlx4/
A Ddevice.h576 int fmr_reserved_mtts; member

Completed in 21 milliseconds