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

/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h71 struct mthca_mtt;
76 struct mthca_mtt *mtt;
82 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,
323 struct mthca_mtt *mtt, int start_index,
337 struct mthca_mtt *mtt, int start_index,
361 int mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt,
H A Dmthca_dev.h467 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size);
468 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt);
469 int mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt,

Completed in 91 milliseconds