Home
last modified time | relevance | path

Searched defs:sgl (Results 1 – 25 of 222) sorted by relevance

123456789

/linux/lib/
H A Dscatterlist.c81 struct scatterlist *sg_last(struct scatterlist *sgl, unsigned int nents) in sg_last()
104 void sg_init_table(struct scatterlist *sgl, unsigned int nents) in sg_init_table()
177 struct scatterlist *sgl, *next; in __sg_free_table() local
593 struct scatterlist *sgl, *sg; in sgl_alloc_order() local
663 void sgl_free_n_order(struct scatterlist *sgl, int nents, int order) in sgl_free_n_order()
685 void sgl_free_order(struct scatterlist *sgl, int order) in sgl_free_order()
695 void sgl_free(struct scatterlist *sgl) in sgl_free()
778 void sg_miter_start(struct sg_mapping_iter *miter, struct scatterlist *sgl, in sg_miter_start()
944 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, in sg_copy_buffer()
990 size_t sg_copy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_copy_from_buffer()
[all …]
/linux/mm/
H A Dpage_reporting.c106 struct scatterlist *sgl, unsigned int nents, bool reported) in page_reporting_drain()
148 struct scatterlist *sgl, unsigned int *offset) in page_reporting_cycle()
261 struct scatterlist *sgl, struct zone *zone) in page_reporting_process_zone()
313 struct scatterlist *sgl; in page_reporting_process() local
/linux/kernel/dma/
H A Ddirect.h32 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_device()
46 struct scatterlist *sgl, int nents, enum dma_data_direction dir, in dma_direct_unmap_sg()
51 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_cpu()
H A Ddirect.c400 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_device()
421 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_cpu()
446 void dma_direct_unmap_sg(struct device *dev, struct scatterlist *sgl, in dma_direct_unmap_sg()
462 int dma_direct_map_sg(struct device *dev, struct scatterlist *sgl, int nents, in dma_direct_map_sg()
/linux/drivers/crypto/hisilicon/
H A Dsgl.c37 struct hisi_acc_hw_sgl *sgl; member
172 static void sg_map_to_hw_sg(struct scatterlist *sgl, in sg_map_to_hw_sg()
219 hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev, struct scatterlist *sgl, in hisi_acc_sg_buf_map_to_hw_sgl()
283 void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl, in hisi_acc_sg_buf_unmap()
/linux/drivers/xen/
H A Dswiotlb-xen.c331 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_unmap_sg()
346 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg()
370 xen_swiotlb_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_cpu()
383 xen_swiotlb_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_device()
/linux/arch/sparc/mm/
H A Diommu.c249 static int __sbus_iommu_map_sg(struct device *dev, struct scatterlist *sgl, in __sbus_iommu_map_sg()
267 static int sbus_iommu_map_sg_gflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_gflush()
274 static int sbus_iommu_map_sg_pflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_pflush()
299 static void sbus_iommu_unmap_sg(struct device *dev, struct scatterlist *sgl, in sbus_iommu_unmap_sg()
H A Dio-unit.c163 static int iounit_map_sg(struct device *dev, struct scatterlist *sgl, int nents, in iounit_map_sg()
196 static void iounit_unmap_sg(struct device *dev, struct scatterlist *sgl, in iounit_unmap_sg()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_bl.c51 struct scatterlist *sgl, in __qat_bl_sgl_to_bufl()
232 struct scatterlist *sgl, in qat_bl_sgl_to_bufl()
/linux/tools/virtio/linux/
H A Dscatterlist.h92 struct scatterlist *sgl) in sg_chain()
150 static inline void sg_init_table(struct scatterlist *sgl, unsigned int nents) in sg_init_table()
/linux/crypto/
H A Daf_alg.c544 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg()
609 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl() local
650 const struct af_alg_tsgl *sgl; in af_alg_count_tsgl() local
707 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl() local
944 struct af_alg_tsgl *sgl; in af_alg_sendmsg() local
/linux/drivers/gpu/drm/xe/
H A Dxe_res_cursor.h57 struct scatterlist *sgl; member
153 struct scatterlist *sgl = cur->sgl; in __xe_res_sg_next() local
/linux/include/linux/
H A Dscatterlist.h40 struct scatterlist *sgl; /* the list */ member
235 struct scatterlist *sgl) in __sg_chain()
261 struct scatterlist *sgl) in sg_chain()
435 static inline void sg_init_marker(struct scatterlist *sgl, in sg_init_marker()
H A Dkfifo.h730 #define kfifo_dma_in_prepare_mapped(fifo, sgl, nents, len, dma) \ argument
744 #define kfifo_dma_in_prepare(fifo, sgl, nents, len) \ argument
786 #define kfifo_dma_out_prepare_mapped(fifo, sgl, nents, len, dma) \ argument
800 #define kfifo_dma_out_prepare(fifo, sgl, nents, len) \ argument
/linux/drivers/scsi/esas2r/
H A Desas2r_io.c224 struct esas2r_mem_desc *sgl; in esas2r_build_sg_list_sge() local
376 struct esas2r_mem_desc *sgl; in esas2r_build_prd_iblk() local
/linux/lib/crypto/mpi/
H A Dmpicoder.c248 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl()
331 MPI mpi_read_raw_from_sgl(struct scatterlist *sgl, unsigned int nbytes) in mpi_read_raw_from_sgl()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c134 struct scatterlist *sgl, unsigned int sgc, in ixgbe_fcoe_ddp_setup()
345 struct scatterlist *sgl, unsigned int sgc) in ixgbe_fcoe_ddp_get()
366 struct scatterlist *sgl, unsigned int sgc) in ixgbe_fcoe_ddp_target()
/linux/drivers/target/
H A Dtarget_core_file.c266 fd_execute_rw_aio(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in fd_execute_rw_aio()
313 u32 block_size, struct scatterlist *sgl, in fd_do_rw()
584 fd_execute_rw_buffered(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in fd_execute_rw_buffered()
668 fd_execute_rw(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in fd_execute_rw()
/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c202 struct efct_scsi_sgl *sgl, u32 sgl_count, in efct_scsi_build_sgls()
619 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 xwire_len, in efct_scsi_xfer_data()
712 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 len, in efct_scsi_send_rd_data()
722 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 len, in efct_scsi_recv_wr_data()
/linux/drivers/mtd/nand/
H A Dqpic_common.c154 struct scatterlist *sgl; in qcom_prepare_bam_async_desc() local
366 struct scatterlist *sgl; in qcom_prep_adm_dma_desc() local
/linux/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c17 struct scatterlist *sgl; member
155 static int cc_render_sg_to_mlli(struct device *dev, struct scatterlist *sgl, in cc_render_sg_to_mlli()
236 unsigned int nents, struct scatterlist *sgl, in cc_add_sg_entry()
805 struct scatterlist *sgl; in cc_aead_chain_data() local
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif000a.h20 struct scatterlist *sgl; member
/linux/drivers/vfio/pci/pds/
H A Ddirty.h14 struct pds_lm_sg_elem *sgl; member
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c176 struct scatterlist *sgl, in sec_alloc_and_fill_hw_sgl()
568 static int sec_map_and_split_sg(struct scatterlist *sgl, size_t *split_sizes, in sec_map_and_split_sg()
615 static void sec_unmap_sg_on_err(struct scatterlist *sgl, int steps, in sec_unmap_sg_on_err()
/linux/drivers/dma/
H A Dloongson1-apb-dma.c217 struct scatterlist *sgl, unsigned int sg_len, in ls1x_dma_prep_lli()
296 ls1x_dma_prep_slave_sg(struct dma_chan *dchan, struct scatterlist *sgl, in ls1x_dma_prep_slave_sg()
323 struct scatterlist *sgl; in ls1x_dma_prep_dma_cyclic() local

123456789