Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duverbs_std_types_dmabuf.c28 struct ib_uverbs_dmabuf_file *priv = attachment->dmabuf->priv; in uverbs_dmabuf_map()
50 struct ib_uverbs_dmabuf_file *priv = attachment->dmabuf->priv; in uverbs_dmabuf_unmap()
68 struct ib_uverbs_dmabuf_file *priv = dmabuf->priv; in uverbs_dmabuf_release()
94 struct ib_uverbs_dmabuf_file *uverbs_dmabuf = in UVERBS_HANDLER()
95 container_of(uobj, struct ib_uverbs_dmabuf_file, uobj); in UVERBS_HANDLER()
163 struct ib_uverbs_dmabuf_file *uverbs_dmabuf = in uverbs_dmabuf_fd_destroy_uobj()
164 container_of(uobj, struct ib_uverbs_dmabuf_file, uobj); in uverbs_dmabuf_fd_destroy_uobj()
192 UVERBS_TYPE_ALLOC_FD(sizeof(struct ib_uverbs_dmabuf_file),
H A Duverbs.h136 struct ib_uverbs_dmabuf_file { struct
342 struct ib_uverbs_dmabuf_file *priv = in ib_uverbs_dmabuf_done()
343 container_of(kref, struct ib_uverbs_dmabuf_file, kref); in ib_uverbs_dmabuf_done()
H A Dib_core_uverbs.c237 struct ib_uverbs_dmabuf_file *uverbs_dmabuf, *tmp; in rdma_user_mmap_entry_remove()