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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.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,
1310 mthca_check_profile_val(fmr_reserved_mtts, MTHCA_DEFAULT_NUM_RESERVED_MTTS);
1312 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) {
1313 printk(KERN_WARNING PFX "Invalid fmr_reserved_mtts module parameter %d.\n",
1314 hca_profile.fmr_reserved_mtts);
1317 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2;
1318 printk(KERN_WARNING PFX "Corrected fmr_reserved_mtts t
[all...]
H A Dmthca_mr.c867 dev->limits.fmr_reserved_mtts = 0;
883 if (dev->limits.fmr_reserved_mtts) {
884 i = fls(dev->limits.fmr_reserved_mtts - 1);
926 if (dev->limits.fmr_reserved_mtts) {
958 if (dev->limits.fmr_reserved_mtts)
980 if (dev->limits.fmr_reserved_mtts)
H A Dmthca_dev.h163 int fmr_reserved_mtts; member in struct:mthca_limits
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mlx4/
H A Ddevice.h215 int fmr_reserved_mtts; member in struct:mlx4_caps

Completed in 86 milliseconds