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

/drivers/infiniband/hw/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.h213 struct mthca_buddy mtt_buddy; member in struct:mthca_mr_table
222 struct mthca_buddy mtt_buddy; member in struct:mthca_mr_table::__anon1003
/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c174 seg = mlx4_buddy_alloc(&mr_table->mtt_buddy, seg_order);
182 mlx4_buddy_free(&mr_table->mtt_buddy, seg, seg_order);
241 mlx4_buddy_free(&mr_table->mtt_buddy, first_seg, seg_order);
670 err = mlx4_buddy_init(&mr_table->mtt_buddy,
682 mr_table->mtt_buddy.max_order);
691 mlx4_buddy_cleanup(&mr_table->mtt_buddy);
709 mlx4_buddy_cleanup(&mr_table->mtt_buddy);
H A Dmlx4.h555 struct mlx4_buddy mtt_buddy; member in struct:mlx4_mr_table

Completed in 76 milliseconds