Searched refs:mtt_buddy (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-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 ||
846 err = mthca_buddy_init(&dev->mr_table.mtt_buddy,
898 err = mthca_buddy_init(&dev->mr_table.tavor_fmr.mtt_buddy, fls(mtts - 1));
903 err = mthca_buddy_alloc(&dev->mr_table.mtt_buddy, fls(mtts - 1));
908 &dev->mr_table.tavor_fmr.mtt_buddy;
910 dev->mr_table.fmr_mtt_buddy = &dev->mr_table.mtt_buddy;
930 mthca_buddy_cleanup(&dev->mr_table.tavor_fmr.mtt_buddy);
941 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::__anon13354
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
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);
H A Dmlx4.h663 struct mlx4_buddy mtt_buddy; member in struct:mlx4_mr_table

Completed in 173 milliseconds