Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_mr.c240 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt) in mthca_free_mtt() function
532 mthca_free_mtt(dev, mr->mtt); in mthca_mr_alloc_phys()
539 mthca_free_mtt(dev, mr->mtt); in mthca_mr_alloc_phys()
564 mthca_free_mtt(dev, mr->mtt); in mthca_free_mr()
668 mthca_free_mtt(dev, mr->mtt); in mthca_fmr_alloc()
684 mthca_free_mtt(dev, fmr->mtt); in mthca_free_fmr()
H A Dmthca_dev.h470 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt);
H A Dmthca_provider.c939 mthca_free_mtt(dev, mr->mtt); in mthca_reg_user_mr()