Searched refs:mthca_mtt (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.h | 73 struct mthca_mtt; 78 struct mthca_mtt *mtt; 84 struct mthca_mtt *mtt;
|
H A D | mthca_mr.c | 41 struct mthca_mtt { struct 208 static struct mthca_mtt *__mthca_alloc_mtt(struct mthca_dev *dev, int size, in __mthca_alloc_mtt() 211 struct mthca_mtt *mtt; in __mthca_alloc_mtt() 235 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size) in mthca_alloc_mtt() 240 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt) in mthca_free_mtt() 254 static int __mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, in __mthca_write_mtt() 316 struct mthca_mtt *mtt, int start_index, in mthca_tavor_write_mtt_seg() 330 struct mthca_mtt *mtt, int start_index, in mthca_arbel_write_mtt_seg() 358 int mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, in mthca_write_mtt()
|
H A D | mthca_dev.h | 469 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,
|