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

/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_profile.h51 int fmr_reserved_mtts; member in struct:mthca_profile
H A Dmthca_profile.c279 dev->limits.fmr_reserved_mtts = 0;
281 dev->limits.fmr_reserved_mtts = request->fmr_reserved_mtts;
H A Dmthca_main.c96 .fmr_reserved_mtts = MTHCA_DEFAULT_NUM_RESERVED_MTTS, /* Tavor only */
123 module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
124 MODULE_PARM_DESC(fmr_reserved_mtts,
1313 mthca_check_profile_val(fmr_reserved_mtts, MTHCA_DEFAULT_NUM_RESERVED_MTTS);
1315 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) {
1316 printk(KERN_WARNING PFX "Invalid fmr_reserved_mtts module parameter %d.\n",
1317 hca_profile.fmr_reserved_mtts);
1320 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2;
1321 printk(KERN_WARNING PFX "Corrected fmr_reserved_mtts t
[all...]
H A Dmthca_mr.c860 dev->limits.fmr_reserved_mtts = 0;
876 if (dev->limits.fmr_reserved_mtts) {
877 i = fls(dev->limits.fmr_reserved_mtts - 1);
919 if (dev->limits.fmr_reserved_mtts) {
951 if (dev->limits.fmr_reserved_mtts)
974 if (dev->limits.fmr_reserved_mtts)
H A Dmthca_dev.h163 int fmr_reserved_mtts; member in struct:mthca_limits
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Ddevice.h484 int fmr_reserved_mtts; member in struct:mlx4_caps

Completed in 43 milliseconds