Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mthca/
Dmthca_mr.c41 struct mthca_mtt { struct
206 static struct mthca_mtt *__mthca_alloc_mtt(struct mthca_dev *dev, int size, in __mthca_alloc_mtt()
209 struct mthca_mtt *mtt; in __mthca_alloc_mtt()
233 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size) in mthca_alloc_mtt()
238 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt) in mthca_free_mtt()
252 static int __mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, in __mthca_write_mtt()
314 struct mthca_mtt *mtt, int start_index, in mthca_tavor_write_mtt_seg()
328 struct mthca_mtt *mtt, int start_index, in mthca_arbel_write_mtt_seg()
356 int mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, in mthca_write_mtt()
Dmthca_provider.h71 struct mthca_mtt;
76 struct mthca_mtt *mtt;
Dmthca_dev.h466 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size);
467 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt);
468 int mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt,