Searched refs:ib_umem_dmabuf (Results 1 – 7 of 7) sorted by relevance
31 struct ib_umem_dmabuf { struct43 static inline struct ib_umem_dmabuf *to_ib_umem_dmabuf(struct ib_umem *umem) in to_ib_umem_dmabuf() argument45 return container_of(umem, struct ib_umem_dmabuf, umem); in to_ib_umem_dmabuf()138 struct ib_umem_dmabuf *ib_umem_dmabuf_get(struct ib_device *device,142 struct ib_umem_dmabuf *ib_umem_dmabuf_get_pinned(struct ib_device *device,146 int ib_umem_dmabuf_map_pages(struct ib_umem_dmabuf *umem_dmabuf);147 void ib_umem_dmabuf_unmap_pages(struct ib_umem_dmabuf *umem_dmabuf);148 void ib_umem_dmabuf_release(struct ib_umem_dmabuf *umem_dmabuf);178 struct ib_umem_dmabuf *ib_umem_dmabuf_get(struct ib_device *device, in ib_umem_dmabuf_get()186 static inline struct ib_umem_dmabuf *[all …]
15 int ib_umem_dmabuf_map_pages(struct ib_umem_dmabuf *umem_dmabuf) in ib_umem_dmabuf_map_pages()83 void ib_umem_dmabuf_unmap_pages(struct ib_umem_dmabuf *umem_dmabuf) in ib_umem_dmabuf_unmap_pages()113 struct ib_umem_dmabuf *ib_umem_dmabuf_get(struct ib_device *device, in ib_umem_dmabuf_get()119 struct ib_umem_dmabuf *umem_dmabuf; in ib_umem_dmabuf_get()122 struct ib_umem_dmabuf *ret = ERR_PTR(-EINVAL); in ib_umem_dmabuf_get()176 struct ib_umem_dmabuf *umem_dmabuf = attach->importer_priv; in ib_umem_dmabuf_unsupported_move_notify()187 struct ib_umem_dmabuf *ib_umem_dmabuf_get_pinned(struct ib_device *device, in ib_umem_dmabuf_get_pinned()192 struct ib_umem_dmabuf *umem_dmabuf; in ib_umem_dmabuf_get_pinned()222 void ib_umem_dmabuf_release(struct ib_umem_dmabuf *umem_dmabuf) in ib_umem_dmabuf_release()
1498 struct ib_umem_dmabuf *umem_dmabuf = attach->importer_priv; in mlx5_ib_dmabuf_invalidate_cb()1522 struct ib_umem_dmabuf *umem_dmabuf; in mlx5_ib_reg_user_mr_dmabuf()
693 struct ib_umem_dmabuf *umem_dmabuf = to_ib_umem_dmabuf(mr->umem); in pagefault_dmabuf_mr()
2178 struct ib_umem_dmabuf *umem_dmabuf; in devx_umem_get()
1656 struct ib_umem_dmabuf *umem_dmabuf; in efa_reg_user_mr_dmabuf()
2986 struct ib_umem_dmabuf *umem_dmabuf; in irdma_reg_user_mr_dmabuf()
Completed in 27 milliseconds