Home
last modified time | relevance | path

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

/openbmc/linux/include/rdma/
H A Dib_umem.h43 static inline struct ib_umem_dmabuf *to_ib_umem_dmabuf(struct ib_umem *umem) in to_ib_umem_dmabuf() function
/openbmc/linux/drivers/infiniband/core/
H A Dumem.c267 return ib_umem_dmabuf_release(to_ib_umem_dmabuf(umem)); in ib_umem_release()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c693 struct ib_umem_dmabuf *umem_dmabuf = to_ib_umem_dmabuf(mr->umem); in pagefault_dmabuf_mr()