Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_dev.h469 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size);
H A 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()
H A Dmthca_provider.c888 mr->mtt = mthca_alloc_mtt(dev, n); in mthca_reg_user_mr()