Searched refs:mthca_mr_alloc (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/mthca/ | 
| 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()
  | 
| D | mthca_dev.h | 471 int mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift,
  | 
| D | mthca_provider.c | 932 	err = mthca_mr_alloc(dev, to_mpd(pd)->pd_num, PAGE_SHIFT, virt, length,  in mthca_reg_user_mr()
  |