Searched refs:mtt_buddy (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h663 struct mlx4_buddy mtt_buddy; member in struct:mlx4_mr_table
H A Dmlx4_mr.c165 seg = mlx4_buddy_alloc(&mr_table->mtt_buddy, seg_order);
173 mlx4_buddy_free(&mr_table->mtt_buddy, seg, seg_order);
232 mlx4_buddy_free(&mr_table->mtt_buddy, first_seg, seg_order);
932 err = mlx4_buddy_init(&mr_table->mtt_buddy,
944 mr_table->mtt_buddy.max_order);
953 mlx4_buddy_cleanup(&mr_table->mtt_buddy);
971 mlx4_buddy_cleanup(&mr_table->mtt_buddy);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mr.c237 return __mthca_alloc_mtt(dev, size, &dev->mr_table.mtt_buddy);
301 if (dev->mr_table.fmr_mtt_buddy != &dev->mr_table.mtt_buddy ||
364 if (dev->mr_table.fmr_mtt_buddy != &dev->mr_table.mtt_buddy ||
847 err = mthca_buddy_init(&dev->mr_table.mtt_buddy,
900 err = mthca_buddy_init(&dev->mr_table.tavor_fmr.mtt_buddy, fls(mtts - 1));
905 err = mthca_buddy_alloc(&dev->mr_table.mtt_buddy, fls(mtts - 1));
910 &dev->mr_table.tavor_fmr.mtt_buddy;
912 dev->mr_table.fmr_mtt_buddy = &dev->mr_table.mtt_buddy;
932 mthca_buddy_cleanup(&dev->mr_table.tavor_fmr.mtt_buddy);
943 mthca_buddy_cleanup(&dev->mr_table.mtt_buddy);
[all...]
H A Dmthca_dev.h215 struct mthca_buddy mtt_buddy; member in struct:mthca_mr_table
224 struct mthca_buddy mtt_buddy; member in struct:mthca_mr_table::__anon7259

Completed in 92 milliseconds