Searched refs:mthca_mr (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h74 struct mthca_mr { struct
102 struct mthca_mr ntmr;
116 struct mthca_mr mr;
187 struct mthca_mr mr;
240 struct mthca_mr mr;
273 struct mthca_mr mr;
309 static inline struct mthca_mr *to_mmr(struct ib_mr *ibmr)
311 return container_of(ibmr, struct mthca_mr, ibmr);
H A DMakefile5 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
H A Dmthca_dev.h357 struct mthca_mr driver_mr;
428 int hca_write, struct mthca_mr *mr);
430 int is_direct, struct mthca_mr *mr);
474 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr);
476 u32 access, struct mthca_mr *mr);
480 u32 access, struct mthca_mr *mr);
481 void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr);
H A Dmthca_allocator.c198 int hca_write, struct mthca_mr *mr)
285 int is_direct, struct mthca_mr *mr)
H A Dmthca_mr.c33 * $Id: mthca_mr.c,v 1.1.1.1 2007/08/03 18:52:32 Exp $
425 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr)
515 u32 access, struct mthca_mr *mr)
524 u32 access, struct mthca_mr *mr)
555 void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr)
H A Dmthca_provider.c896 struct mthca_mr *mr;
923 struct mthca_mr *mr;
1019 struct mthca_mr *mr;
1106 struct mthca_mr *mmr = to_mmr(mr);

Completed in 99 milliseconds