Searched refs:ib_umem_dmabuf (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/rdma/
H A Dib_umem.h31 struct ib_umem_dmabuf { struct
43 static inline struct ib_umem_dmabuf *to_ib_umem_dmabuf(struct ib_umem *umem)
45 return container_of(umem, struct ib_umem_dmabuf, umem);
145 struct ib_umem_dmabuf *ib_umem_dmabuf_get(struct ib_device *device,
149 struct ib_umem_dmabuf *ib_umem_dmabuf_get_pinned(struct ib_device *device,
153 int ib_umem_dmabuf_map_pages(struct ib_umem_dmabuf *umem_dmabuf);
154 void ib_umem_dmabuf_unmap_pages(struct ib_umem_dmabuf *umem_dmabuf);
155 void ib_umem_dmabuf_release(struct ib_umem_dmabuf *umem_dmabuf);
185 struct ib_umem_dmabuf *ib_umem_dmabuf_get(struct ib_device *device,
193 static inline struct ib_umem_dmabuf *
[all...]
/linux-master/drivers/infiniband/core/
H A Dumem_dmabuf.c15 int ib_umem_dmabuf_map_pages(struct ib_umem_dmabuf *umem_dmabuf)
83 void ib_umem_dmabuf_unmap_pages(struct ib_umem_dmabuf *umem_dmabuf)
113 struct ib_umem_dmabuf *ib_umem_dmabuf_get(struct ib_device *device,
119 struct ib_umem_dmabuf *umem_dmabuf;
122 struct ib_umem_dmabuf *ret = ERR_PTR(-EINVAL);
176 struct ib_umem_dmabuf *umem_dmabuf = attach->importer_priv;
187 struct ib_umem_dmabuf *ib_umem_dmabuf_get_pinned(struct ib_device *device,
192 struct ib_umem_dmabuf *umem_dmabuf;
222 void ib_umem_dmabuf_release(struct ib_umem_dmabuf *umem_dmabuf)
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c1491 struct ib_umem_dmabuf *umem_dmabuf = attach->importer_priv;
1515 struct ib_umem_dmabuf *umem_dmabuf;
H A Dodp.c693 struct ib_umem_dmabuf *umem_dmabuf = to_ib_umem_dmabuf(mr->umem);
H A Ddevx.c2197 struct ib_umem_dmabuf *umem_dmabuf;
/linux-master/drivers/infiniband/hw/efa/
H A Defa_verbs.c1693 struct ib_umem_dmabuf *umem_dmabuf;
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c4128 struct ib_umem_dmabuf *umem_dmabuf;
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c3090 struct ib_umem_dmabuf *umem_dmabuf;

Completed in 179 milliseconds