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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h72 struct mthca_mtt;
77 struct mthca_mtt *mtt;
83 struct mthca_mtt *mtt;
H A Dmthca_mr.c43 struct mthca_mtt { struct
200 static struct mthca_mtt *__mthca_alloc_mtt(struct mthca_dev *dev, int size,
203 struct mthca_mtt *mtt;
227 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size)
232 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt)
246 static int __mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt,
315 struct mthca_mtt *mtt, int start_index,
329 struct mthca_mtt *mtt, int start_index,
353 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 95 milliseconds