Home
last modified time | relevance | path

Searched refs:mthca_alloc_mtt (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_mr.c235 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size) in mthca_alloc_mtt() function
526 mr->mtt = mthca_alloc_mtt(dev, list_len); in mthca_mr_alloc_phys()
Dmthca_dev.h466 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size);
Dmthca_provider.c889 mr->mtt = mthca_alloc_mtt(dev, n); in mthca_reg_user_mr()