Searched refs:sg_dma_address (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_doorbell.c75 db->dma = sg_dma_address(page->umem->sg_head.sgl) + (virt & ~PAGE_MASK);
H A Dmlx4_ib_mr.c112 pages[i++] = sg_dma_address(sg) +
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_doorbell.c72 db->dma = sg_dma_address(page->umem->sg_head.sgl) + (virt & ~PAGE_MASK);
H A Dmlx5_ib_mem.c75 pfn = sg_dma_address(sg) >> page_shift;
177 base = sg_dma_address(sg);
H A Dmlx5_ib_mr.c1723 mr->ibmr.iova = sg_dma_address(sg) + sg_offset;
1730 klms[i].va = cpu_to_be64(sg_dma_address(sg) + sg_offset);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dicm.h119 return sg_dma_address(&iter->chunk->mem[iter->page_idx]);
H A Dmlx4_icm.c76 sg_dma_address(&chunk->mem[i]));
118 &sg_dma_address(mem), gfp_mask);
332 *dma_handle = sg_dma_address(&chunk->mem[i]) +
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.h130 return sg_dma_address(&iter->chunk->mem[iter->page_idx]);
H A Dmthca_memfree.c83 sg_dma_address(&chunk->mem[i]));
125 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, &sg_dma_address(mem),
300 *dma_handle = sg_dma_address(&chunk->mem[i]) +
487 ret = mthca_MAP_ICM_page(dev, sg_dma_address(&db_tab->page[i].mem),
H A Dmthca_provider.c960 pages[i++] = sg_dma_address(sg) +
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h204 sg_dma_address(sg) = sg_phys(sg);
H A Dscatterlist.h84 #define sg_dma_address(sg) (sg)->address macro
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1904 mr->iova = sg_dma_address(&sgl[0]) + sg_offset;
1908 u64 dma_addr = sg_dma_address(sg) + sg_offset;
1935 sg_offset = prev_addr - sg_dma_address(sg);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c594 pages[i++] = cpu_to_be64(sg_dma_address(sg) +
610 pages[i++] = htobe64(sg_dma_address(
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c504 pages[i++] = cpu_to_be64(sg_dma_address(sg) +
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c728 sg_dma_address(&sg) = buf;
1796 sg_dma_address(&sg) = (dma_addr_t)0xcafebabe0000ULL;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h3112 * ib_sg_dma_address() into sg_dma_address().
3117 return sg_dma_address(sg);

Completed in 168 milliseconds