Searched refs:mthca_mtt (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/infiniband/hw/mthca/ |
D | mthca_mr.c | 41 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()
|
D | mthca_provider.h | 71 struct mthca_mtt; 76 struct mthca_mtt *mtt;
|
D | mthca_dev.h | 466 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,
|