Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_profile.h51 int fmr_reserved_mtts; member
Dmthca_main.c98 .fmr_reserved_mtts = MTHCA_DEFAULT_NUM_RESERVED_MTTS, /* Tavor only */
125 module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
126 MODULE_PARM_DESC(fmr_reserved_mtts,
1230 mthca_check_profile_val(fmr_reserved_mtts, MTHCA_DEFAULT_NUM_RESERVED_MTTS); in mthca_validate_profile()
1232 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) { in mthca_validate_profile()
1234 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()
1237 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2; in mthca_validate_profile()
1239 hca_profile.fmr_reserved_mtts); in mthca_validate_profile()
Dmthca_profile.c279 dev->limits.fmr_reserved_mtts = 0; in mthca_make_profile()
281 dev->limits.fmr_reserved_mtts = request->fmr_reserved_mtts; in mthca_make_profile()
Dmthca_mr.c840 dev->limits.fmr_reserved_mtts = 0; in mthca_init_mr_table()
856 if (dev->limits.fmr_reserved_mtts) { in mthca_init_mr_table()
857 i = fls(dev->limits.fmr_reserved_mtts - 1); in mthca_init_mr_table()
899 if (dev->limits.fmr_reserved_mtts) { in mthca_init_mr_table()
931 if (dev->limits.fmr_reserved_mtts) in mthca_init_mr_table()
954 if (dev->limits.fmr_reserved_mtts) in mthca_cleanup_mr_table()
Dmthca_dev.h163 int fmr_reserved_mtts; member
/linux-4.1.27/include/linux/mlx4/
Ddevice.h535 int fmr_reserved_mtts; member