Home
last modified time | relevance | path

Searched refs:ipath_mr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mr.c65 struct ipath_mr *mr; in ipath_get_dma_mr()
81 static struct ipath_mr *alloc_mr(int count, in alloc_mr()
84 struct ipath_mr *mr; in alloc_mr()
136 struct ipath_mr *mr; in ipath_reg_phys_mr()
189 struct ipath_mr *mr; in ipath_reg_user_mr()
257 struct ipath_mr *mr = to_imr(ibmr); in ipath_dereg_mr()
DMakefile19 ipath_mr.o \
Dipath_verbs.h268 struct ipath_mr { struct
661 static inline struct ipath_mr *to_imr(struct ib_mr *ibmr) in to_imr()
663 return container_of(ibmr, struct ipath_mr, ibmr); in to_imr()