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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_profile.h53 int fmr_reserved_mtts; member in struct:mthca_profile
H A Dmthca_profile.c281 dev->limits.fmr_reserved_mtts = 0;
283 dev->limits.fmr_reserved_mtts = request->fmr_reserved_mtts;
H A Dmthca_main.c103 .fmr_reserved_mtts = MTHCA_DEFAULT_NUM_RESERVED_MTTS, /* Tavor only */
130 module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
131 MODULE_PARM_DESC(fmr_reserved_mtts,
1359 mthca_check_profile_val(fmr_reserved_mtts, MTHCA_DEFAULT_NUM_RESERVED_MTTS);
1361 if (hca_profile.fmr_reserved_mtts >= hca_profile.num_mtt) {
1362 printk(KERN_WARNING PFX "Invalid fmr_reserved_mtts module parameter %d.\n",
1363 hca_profile.fmr_reserved_mtts);
1366 hca_profile.fmr_reserved_mtts = hca_profile.num_mtt / 2;
1367 printk(KERN_WARNING PFX "Corrected fmr_reserved_mtts t
[all...]
H A Dmthca_mr.c861 dev->limits.fmr_reserved_mtts = 0;
877 if (dev->limits.fmr_reserved_mtts) {
878 i = fls(dev->limits.fmr_reserved_mtts - 1);
920 if (dev->limits.fmr_reserved_mtts) {
952 if (dev->limits.fmr_reserved_mtts)
974 if (dev->limits.fmr_reserved_mtts)
H A Dmthca_dev.h166 int fmr_reserved_mtts; member in struct:mthca_limits
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mlx4/
H A Ddevice.h164 int fmr_reserved_mtts; member in struct:mlx4_caps

Completed in 36 milliseconds