Symbol: mthca_mr
sys/dev/mthca/mthca_allocator.c
196
int hca_write, struct mthca_mr *mr)
sys/dev/mthca/mthca_allocator.c
283
int is_direct, struct mthca_mr *mr)
sys/dev/mthca/mthca_dev.h
356
struct mthca_mr driver_mr;
sys/dev/mthca/mthca_dev.h
428
int hca_write, struct mthca_mr *mr);
sys/dev/mthca/mthca_dev.h
430
int is_direct, struct mthca_mr *mr);
sys/dev/mthca/mthca_dev.h
474
u64 iova, u64 total_size, u32 access, struct mthca_mr *mr);
sys/dev/mthca/mthca_dev.h
476
u32 access, struct mthca_mr *mr);
sys/dev/mthca/mthca_dev.h
480
u32 access, struct mthca_mr *mr);
sys/dev/mthca/mthca_dev.h
481
void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr);
sys/dev/mthca/mthca_mr.c
430
u64 iova, u64 total_size, u32 access, struct mthca_mr *mr)
sys/dev/mthca/mthca_mr.c
513
u32 access, struct mthca_mr *mr)
sys/dev/mthca/mthca_mr.c
522
u32 access, struct mthca_mr *mr)
sys/dev/mthca/mthca_mr.c
553
void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr)
sys/dev/mthca/mthca_provider.c
828
struct mthca_mr *mr;
sys/dev/mthca/mthca_provider.c
854
struct mthca_mr *mr;
sys/dev/mthca/mthca_provider.c
951
struct mthca_mr *mmr = to_mmr(mr);
sys/dev/mthca/mthca_provider.h
103
struct mthca_mr ntmr;
sys/dev/mthca/mthca_provider.h
117
struct mthca_mr mr;
sys/dev/mthca/mthca_provider.h
189
struct mthca_mr mr;
sys/dev/mthca/mthca_provider.h
242
struct mthca_mr mr;
sys/dev/mthca/mthca_provider.h
275
struct mthca_mr mr;
sys/dev/mthca/mthca_provider.h
311
static inline struct mthca_mr *to_mmr(struct ib_mr *ibmr)
sys/dev/mthca/mthca_provider.h
313
return container_of(ibmr, struct mthca_mr, ibmr);