Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dmem.c80 page_offset = ib_umem_dma_offset(umem, page_size); in __mlx5_umem_find_best_quantized_pgoff()
83 page_offset = ib_umem_dma_offset(umem, page_size); in __mlx5_umem_find_best_quantized_pgoff()
Ddevx.c2208 while ((ib_umem_dma_offset(umem, page_size) != 0 || in devx_umem_find_best_pgsize()
2266 ib_umem_dma_offset(obj->umem, page_size)); in devx_umem_reg_cmd_alloc()
/Linux-v5.15/include/rdma/
Dib_umem.h54 static inline unsigned long ib_umem_dma_offset(struct ib_umem *umem, in ib_umem_dma_offset() function