Searched refs:ib_umem_dmabuf_get (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/infiniband/core/ |
D | umem_dmabuf.c | 112 struct ib_umem_dmabuf *ib_umem_dmabuf_get(struct ib_device *device, in ib_umem_dmabuf_get() function 170 EXPORT_SYMBOL(ib_umem_dmabuf_get); 194 umem_dmabuf = ib_umem_dmabuf_get(device, offset, size, fd, access, in ib_umem_dmabuf_get_pinned()
|
/Linux-v6.1/include/rdma/ |
D | ib_umem.h | 139 struct ib_umem_dmabuf *ib_umem_dmabuf_get(struct ib_device *device, 179 struct ib_umem_dmabuf *ib_umem_dmabuf_get(struct ib_device *device, in ib_umem_dmabuf_get() function
|
/Linux-v6.1/drivers/infiniband/hw/mlx5/ |
D | mr.c | 1307 umem_dmabuf = ib_umem_dmabuf_get(&dev->ib_dev, offset, length, fd, in mlx5_ib_reg_user_mr_dmabuf()
|