Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_mr.c61 struct pvrdma_user_mr *mr; in pvrdma_get_dma_mr()
116 struct pvrdma_user_mr *mr = NULL; in pvrdma_reg_user_mr()
208 struct pvrdma_user_mr *mr; in pvrdma_alloc_mr()
279 struct pvrdma_user_mr *mr = to_vmr(ibmr); in pvrdma_dereg_mr()
304 struct pvrdma_user_mr *mr = to_vmr(ibmr); in pvrdma_set_page()
316 struct pvrdma_user_mr *mr = to_vmr(ibmr); in pvrdma_map_mr_sg()
H A Dpvrdma.h140 struct pvrdma_user_mr { struct
284 static inline struct pvrdma_user_mr *to_vmr(struct ib_mr *ibmr) in to_vmr()
286 return container_of(ibmr, struct pvrdma_user_mr, ibmr); in to_vmr()
H A Dpvrdma_qp.c649 struct pvrdma_user_mr *mr = to_vmr(wr->mr); in set_reg_seg()