Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmem.c78 page_offset = ib_umem_dma_offset(umem, page_size); in __mlx5_umem_find_best_quantized_pgoff()
81 page_offset = ib_umem_dma_offset(umem, page_size); in __mlx5_umem_find_best_quantized_pgoff()
Ddevx.c2223 while ((ib_umem_dma_offset(umem, page_size) != 0 || in devx_umem_find_best_pgsize()
2282 ib_umem_dma_offset(obj->umem, page_size)); in devx_umem_reg_cmd_alloc()
/linux-6.1.9/include/rdma/
Dib_umem.h55 static inline unsigned long ib_umem_dma_offset(struct ib_umem *umem, in ib_umem_dma_offset() function