Searched refs:sg_table (Results 226 - 250 of 324) sorted by relevance

1234567891011>>

/linux-master/drivers/tee/tstee/
H A Dcore.c260 struct sg_table sgt;
/linux-master/net/smc/
H A Dsmc_core.h197 struct sg_table sgt[SMC_LINKS_PER_LGR_MAX];
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_dmabuf.c227 struct sg_table *st;
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_drv.h515 struct sg_table *sgt);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c270 struct sg_table sgt;
271 struct sg_table *sg;
305 struct sg_table *xe_bo_sg(struct xe_bo *bo)
528 struct sg_table *sg;
/linux-master/drivers/crypto/qce/
H A Daead.c93 qce_aead_prepare_result_buf(struct sg_table *tbl, struct aead_request *req)
104 qce_aead_prepare_ccm_result_buf(struct sg_table *tbl, struct aead_request *req)
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drm.c916 int vsp1_du_map_sg(struct device *dev, struct sg_table *sgt)
930 void vsp1_du_unmap_sg(struct device *dev, struct sg_table *sgt)
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c518 struct sg_table *sgt = vb2_dma_sg_plane_desc(&buf->vbuf.vb2_buf, 0);
664 struct sg_table *sgt = vb2_dma_sg_plane_desc(&buf->vbuf.vb2_buf, 0);
/linux-master/drivers/spi/
H A Dspi-ti-qspi.c507 static int ti_qspi_dma_xfer_sg(struct ti_qspi *qspi, struct sg_table rx_sg,
633 struct sg_table sgt;
H A Dspi-mem.c24 * @sgt: a pointer to a non-initialized sg_table that will be filled by this
29 * sg_table. This function is not intended to be called from spi drivers.
38 struct sg_table *sgt)
66 * @sgt: a pointer to an sg_table previously initialized by
84 struct sg_table *sgt)
H A Dspi-pl022.c383 struct sg_table sgt_rx;
384 struct sg_table sgt_tx;
747 struct sg_table *sgtab)
H A Dspi-ingenic.c122 struct sg_table *sg, enum dma_transfer_direction dir,
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c1407 struct sg_table *sgt;
2344 pvr_mmu_op_context_create(struct pvr_mmu_context *ctx, struct sg_table *sgt,
H A Dpvr_vm.c230 struct sg_table *sgt;
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo.c959 struct sg_table *sg, struct dma_resv *resv,
1052 struct sg_table *sg, struct dma_resv *resv,
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-buttress.c553 const struct firmware *fw, struct sg_table *sgt)
608 struct sg_table *sgt)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c636 * @length: number of bytes to export in sg_table
648 struct sg_table **sgt)
670 /* Initialize scatterlist nodes of sg_table */
728 struct sg_table *sgt)
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c580 struct sg_table *sgt;
637 struct sg_table *sgt;
/linux-master/drivers/nvme/host/
H A Dfc.c2607 freq->sg_table.sgl = freq->first_sgl;
2608 ret = sg_alloc_table_chained(&freq->sg_table,
2609 blk_rq_nr_phys_segments(rq), freq->sg_table.sgl,
2614 op->nents = blk_rq_map_sg(rq->q, rq, freq->sg_table.sgl);
2616 freq->sg_cnt = fc_dma_map_sg(ctrl->lport->dev, freq->sg_table.sgl,
2619 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT);
2639 fc_dma_unmap_sg(ctrl->lport->dev, freq->sg_table.sgl, op->nents,
2642 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT);
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c1534 static struct sg_table *alloc_sgt_from_device_pages(struct hl_device *hdev, u64 *pages, u64 npages,
1543 struct sg_table *sgt;
1724 static struct sg_table *hl_map_dmabuf(struct dma_buf_attachment *attachment,
1732 struct sg_table *sgt;
1765 struct sg_table *sgt,
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c274 /* Create sg_table from a vmalloc'd buffer. */
275 static struct sg_table *vmalloc_to_sgt(char *data, uint32_t size, int *sg_ents)
278 struct sg_table *sgt;
376 struct sg_table *sgt = NULL;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c52 struct sg_table *pages)
62 struct sg_table *pages;
102 struct sg_table *pages)
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c194 struct sg_table *sgt;
399 struct sg_table *sgt;
485 struct sg_table *sgt = xfer->sgt;
/linux-master/drivers/media/pci/cx88/
H A Dcx88-mpeg.c220 struct sg_table *sgt = vb2_dma_sg_plane_desc(&buf->vb.vb2_buf, 0);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c191 struct sg_table *dst_st,

Completed in 582 milliseconds

1234567891011>>