Searched refs:mthca_mr_alloc (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_mr.c | 429 int mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, in mthca_mr_alloc() function 516 return mthca_mr_alloc(dev, pd, 12, 0, ~0ULL, access, mr); in mthca_mr_alloc_notrans() 536 err = mthca_mr_alloc(dev, pd, buffer_size_shift, iova, in mthca_mr_alloc_phys()
|
H A D | mthca_dev.h | 473 int mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift,
|
H A D | mthca_provider.c | 930 err = mthca_mr_alloc(dev, to_mpd(pd)->pd_num, shift, virt, length, in mthca_reg_user_mr()
|