Home
last modified time | relevance | path

Searched refs:orig_nents (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/linux/lib/
H A Dsg_pool.c87 if (table->orig_nents <= nents_first_chunk) in sg_free_table_chained()
94 table->orig_nents); in sg_free_table_chained()
121 table->nents = table->orig_nents = nents; in sg_alloc_table_chained()
H A Dscatterlist.c259 table->orig_nents); in sg_free_table()
331 table->nents = ++table->orig_nents; in __sg_alloc_table()
337 table->nents = table->orig_nents += sg_size; in __sg_alloc_table()
546 sgt_append->sgt.orig_nents = sgt_append->sgt.nents; in sg_alloc_append_table_from_pages()
593 WARN_ON(append.total_nents != sgt->orig_nents); in sg_alloc_table_from_pages_segment()
1152 while (sgtable->nents > sgtable->orig_nents) in extract_user_to_sg()
/openbmc/linux/tools/testing/scatterlist/
H A Dmain.c38 st->orig_nents); in fail()
120 VALIDATE(append.sgt.orig_nents == in main()
/openbmc/linux/net/ceph/
H A Dcrypto.c190 sgt->nents = sgt->orig_nents = 1; in setup_sgtable()
193 for_each_sg(sgt->sgl, sg, sgt->orig_nents, i) { in setup_sgtable()
215 if (sgt->orig_nents > 1) in teardown_sgtable()
/openbmc/linux/include/linux/
H A Dscatterlist.h42 unsigned int orig_nents; /* original size of list */ member
202 for_each_sg((sgt)->sgl, sg, (sgt)->orig_nents, i)
638 for_each_sg_page((sgt)->sgl, piter, (sgt)->orig_nents, pgoffset)
H A Ddma-mapping.h374 dma_unmap_sg_attrs(dev, sgt->sgl, sgt->orig_nents, dir, attrs); in dma_unmap_sgtable()
392 dma_sync_sg_for_cpu(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_cpu()
409 dma_sync_sg_for_device(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_device()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c46 ret = sg_alloc_table(sgt, obj->mm.pages->orig_nents, GFP_KERNEL); in i915_gem_map_dma_buf()
51 for_each_sg(obj->mm.pages->sgl, src, obj->mm.pages->orig_nents, i) { in i915_gem_map_dma_buf()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c349 if (pt.st.orig_nents != prime || in igt_sg_trim()
352 pt.st.nents, pt.st.orig_nents, prime); in igt_sg_trim()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c152 vsgt->sgt->orig_nents, p_offset); in vmw_piter_start()
172 vmw_tt->sgt.nents = vmw_tt->sgt.orig_nents; in vmw_ttm_unmap_from_dma()
/openbmc/linux/drivers/infiniband/core/
H A Drw.c299 .orig_nents = sg_cnt, in rdma_rw_ctx_init()
375 .orig_nents = sg_cnt, in rdma_rw_ctx_signature_init()
379 .orig_nents = prot_sg_cnt, in rdma_rw_ctx_signature_init()
H A Dumem.c302 umem->sgt_append.sgt.orig_nents, dst, length, in ib_umem_copy_from()
/openbmc/linux/net/smc/
H A Dsmc_ib.c709 buf_slot->sgt[link_idx].orig_nents, in smc_ib_map_mr_sg()
733 buf_slot->sgt[link_idx].orig_nents) in smc_ib_get_memory_region()
817 buf_slot->sgt[lnk->link_idx].orig_nents, in smc_ib_buf_map_sg()
834 buf_slot->sgt[lnk->link_idx].orig_nents, in smc_ib_buf_unmap_sg()
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c280 ret = sg_alloc_table(sgt, gem->sgt->orig_nents, in rcar_du_vsp_map_fb()
287 for (j = 0; j < gem->sgt->orig_nents; ++j) { in rcar_du_vsp_map_fb()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_scatterlist.c21 if (orig_st->nents == orig_st->orig_nents) in i915_sg_trim()
/openbmc/linux/kernel/dma/
H A Dmapping.c275 nents = __dma_map_sg_attrs(dev, sgt->sgl, sgt->orig_nents, dir, attrs); in dma_map_sgtable()
664 debug_dma_map_sg(dev, sgt->sgl, sgt->orig_nents, 1, dir, attrs); in dma_alloc_noncontiguous()
684 debug_dma_unmap_sg(dev, sgt->sgl, sgt->orig_nents, dir); in dma_free_noncontiguous()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_object.c152 *nents = pages->orig_nents; in virtio_gpu_object_shmem_init()
/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_gem.c276 size, sgt->orig_nents); in xen_drm_front_gem_import_sg_table()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c386 ret = sg_alloc_table(sgt, buf->dma_sgt->orig_nents, GFP_KERNEL); in vb2_dma_sg_dmabuf_ops_attach()
394 for (i = 0; i < sgt->orig_nents; ++i) { in vb2_dma_sg_dmabuf_ops_attach()
H A Dvideobuf2-dma-contig.c335 ret = sg_alloc_table(sgt, buf->sgt_base->orig_nents, GFP_KERNEL); in vb2_dc_dmabuf_ops_attach()
343 for (i = 0; i < sgt->orig_nents; ++i) { in vb2_dc_dmabuf_ops_attach()
/openbmc/linux/drivers/vfio/pci/pds/
H A Dlm.c149 lm_file->sg_table.orig_nents - lm_file->sg_last_entry, i) { in pds_vfio_get_file_page()
/openbmc/linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c67 ret = sg_alloc_table(new_table, table->orig_nents, GFP_KERNEL); in dup_sg_table()
/openbmc/linux/crypto/
H A Dalgif_hash.c108 ctx->sgl.sgt.orig_nents = 0; in hash_sendmsg()
H A Daf_alg.c1044 .orig_nents = sgl->cur, in af_alg_sendmsg()
1264 rsgl->sgl.sgt.orig_nents = 0; in af_alg_get_rsgl()
/openbmc/linux/drivers/spi/
H A Dspi.c1104 if (sgt->orig_nents) { in spi_unmap_buf_attrs()
1107 sgt->orig_nents = 0; in spi_unmap_buf_attrs()
1218 if (xfer->tx_sg.orig_nents) in spi_dma_sync_for_device()
1220 if (xfer->rx_sg.orig_nents) in spi_dma_sync_for_device()
1233 if (xfer->rx_sg.orig_nents) in spi_dma_sync_for_cpu()
1235 if (xfer->tx_sg.orig_nents) in spi_dma_sync_for_cpu()
/openbmc/linux/drivers/crypto/
H A Dsa2ul.c1165 mapped_sg->sgt.orig_nents = src_nents; in sa_run()
1176 mapped_sg->sgt.orig_nents = sg_nents; in sa_run()
1213 mapped_sg->sgt.orig_nents = dst_nents; in sa_run()
1223 mapped_sg->sgt.orig_nents = dst_nents; in sa_run()

12