Symbol: sg_dma_address
sys/compat/linuxkpi/common/src/linux_pci.c
1931
sg_dma_address(sg) = seg.ds_addr;
sys/dev/bnxt/bnxt_re/qplib_res.c
117
tmp_sg[sg_indx].pg_map_arr = sg_dma_address(sg);
sys/dev/cxgbe/iw_cxgbe/mem.c
445
pages[i++] = cpu_to_be64(sg_dma_address(sg) +
sys/dev/irdma/irdma_kcompat.c
1190
pg_addr = sg_dma_address(sg) + (i * iwmr->page_size);
sys/dev/mlx4/mlx4_core/icm.h
117
return sg_dma_address(&iter->chunk->mem[iter->page_idx]);
sys/dev/mlx4/mlx4_core/mlx4_icm.c
118
&sg_dma_address(mem), gfp_mask);
sys/dev/mlx4/mlx4_core/mlx4_icm.c
332
*dma_handle = sg_dma_address(&chunk->mem[i]) +
sys/dev/mlx4/mlx4_core/mlx4_icm.c
76
sg_dma_address(&chunk->mem[i]));
sys/dev/mlx4/mlx4_ib/mlx4_ib_doorbell.c
75
db->dma = sg_dma_address(page->umem->sg_head.sgl) + (virt & ~PAGE_MASK);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mr.c
112
pages[i++] = sg_dma_address(sg) +
sys/dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c
73
db->dma = sg_dma_address(page->umem->sg_head.sgl) + (virt & ~PAGE_MASK);
sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c
158
base = sg_dma_address(sg);
sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c
63
pfn = sg_dma_address(sg) >> PAGE_SHIFT;
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
1597
mr->ibmr.iova = sg_dma_address(sg) + sg_offset;
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
1604
klms[i].va = cpu_to_be64(sg_dma_address(sg) + sg_offset);
sys/dev/mthca/mthca_memfree.c
125
void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, &sg_dma_address(mem),
sys/dev/mthca/mthca_memfree.c
300
*dma_handle = sg_dma_address(&chunk->mem[i]) +
sys/dev/mthca/mthca_memfree.c
487
ret = mthca_MAP_ICM_page(dev, sg_dma_address(&db_tab->page[i].mem),
sys/dev/mthca/mthca_memfree.c
83
sg_dma_address(&chunk->mem[i]));
sys/dev/mthca/mthca_memfree.h
128
return sg_dma_address(&iter->chunk->mem[iter->page_idx]);
sys/dev/mthca/mthca_provider.c
907
pages[i++] = sg_dma_address(sg) +
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
1333
cpu_to_le32(sg_dma_address(sg) +
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
1337
((sg_dma_address(sg) +
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
2358
srq->hw_srq.phy_prod_pair_addr = sg_dma_address(sg);
sys/ofed/drivers/infiniband/core/ib_verbs.c
2074
mr->iova = sg_dma_address(&sgl[0]) + sg_offset;
sys/ofed/drivers/infiniband/core/ib_verbs.c
2078
u64 dma_addr = sg_dma_address(sg) + sg_offset;
sys/ofed/drivers/infiniband/core/ib_verbs.c
2105
sg_offset = prev_addr - sg_dma_address(sg);
sys/ofed/include/rdma/ib_verbs.h
3659
return sg_dma_address(sg);