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

/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_umem.h92 int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset,
106 static inline int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset, function
/freebsd-13-stable/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-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c161 ret = ib_umem_copy_from(buffer, umem, offset, first_copy_length);
177 ret = ib_umem_copy_from(buffer + first_copy_length, umem, wq->offset,

Completed in 120 milliseconds