Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A 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()
H 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()
H A Dmthca_profile.h51 int fmr_reserved_mtts; member
H A Dmthca_mr.c839 dev->limits.fmr_reserved_mtts = 0; in mthca_init_mr_table()
855 if (dev->limits.fmr_reserved_mtts) { in mthca_init_mr_table()
856 i = fls(dev->limits.fmr_reserved_mtts - 1); in mthca_init_mr_table()
897 if (dev->limits.fmr_reserved_mtts) { in mthca_init_mr_table()
929 if (dev->limits.fmr_reserved_mtts) in mthca_init_mr_table()
952 if (dev->limits.fmr_reserved_mtts) in mthca_cleanup_mr_table()
H A Dmthca_dev.h165 int fmr_reserved_mtts; member
/freebsd/sys/dev/mlx4/
H A Ddevice.h572 int fmr_reserved_mtts; member