Searched refs:mthca_mtt (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/mthca/
H A Dmthca_provider.h73 struct mthca_mtt;
78 struct mthca_mtt *mtt;
84 struct mthca_mtt *mtt;
H A Dmthca_mr.c41 struct mthca_mtt { struct
208 static struct mthca_mtt *__mthca_alloc_mtt(struct mthca_dev *dev, int size,
211 struct mthca_mtt *mtt;
235 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size)
240 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt)
254 static int __mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt,
316 struct mthca_mtt *mtt, int start_index,
330 struct mthca_mtt *mtt, int start_index,
358 int mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt,
H A Dmthca_dev.h469 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size);
470 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt);
471 int mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt,

Completed in 44 milliseconds