Searched refs:ib_umem_dma_offset (Results 1 – 3 of 3) sorted by relevance
78 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()
2223 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()
55 static inline unsigned long ib_umem_dma_offset(struct ib_umem *umem, in ib_umem_dma_offset() function