Searched refs:ib_umem_copy_from (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/ofed/include/rdma/
H A Dib_umem.h90 int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset,
104 static inline int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset, function
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c332 int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset, function
339 pr_err("ib_umem_copy_from not in range. offset: %zd umem length: %zd end: %zd\n",
357 EXPORT_SYMBOL(ib_umem_copy_from); variable
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c163 ret = ib_umem_copy_from(buffer, umem, offset, first_copy_length);
179 ret = ib_umem_copy_from(buffer + first_copy_length, umem, wq->offset,

Completed in 85 milliseconds